Skip to content

Commit

Permalink
some progress?
Browse files Browse the repository at this point in the history
  • Loading branch information
dan63047 committed Oct 29, 2024
1 parent ae7d92f commit 5b1a54c
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 131 deletions.
2 changes: 2 additions & 0 deletions lib/data_objects/record_single.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class RecordSingle {
late String replayId;
late String ownId;
late String gamemode;
String? revolution;
late DateTime timestamp;
late ResultsStats stats;
late int rank;
Expand All @@ -35,6 +36,7 @@ class RecordSingle {
countryRank = cran;
aggregateStats = AggregateStats.fromJson(json['results']['aggregatestats']);
prisecter = Prisecter.fromJson(json['p']);
revolution = json["revolution"];
var ex = json['extras'] as Map<String, dynamic>;
switch (ex.keys.firstOrNull){
case "zenith":
Expand Down
Loading

0 comments on commit 5b1a54c

Please sign in to comment.