Skip to content

Commit

Permalink
Merge pull request #198 from covid19cuba/develop
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
leynier committed Apr 24, 2020
2 parents a3c2bde + 9483af4 commit e942afa
Show file tree
Hide file tree
Showing 15 changed files with 405 additions and 561 deletions.
2 changes: 1 addition & 1 deletion lib/src/models/comparison_of_accumulated_cases.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ part 'comparison_of_accumulated_cases.g.dart';

@JsonSerializable()
class ComparisonOfAccumulatedCases {
@JsonKey(name: 'countries_info')
@JsonKey(name: 'data')
Map<String, ComparisonOfAccumulatedCasesItem> countries;

@JsonKey(fromJson: dateTimeFromJson, toJson: dateTimeToJson)
Expand Down
4 changes: 2 additions & 2 deletions lib/src/models/comparison_of_accumulated_cases.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/src/models/comparison_of_accumulated_cases_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class ComparisonOfAccumulatedCasesItem {
List<int> daily;
List<int> active;
List<double> stringency;
String name;

ComparisonOfAccumulatedCasesItem();

Expand Down
4 changes: 3 additions & 1 deletion lib/src/models/comparison_of_accumulated_cases_item.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e942afa

Please sign in to comment.