Skip to content

Commit

Permalink
ok there will be a graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
dan63047 committed Oct 7, 2024
1 parent ff2ebd5 commit 672c2a6
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 187 deletions.
2 changes: 2 additions & 0 deletions lib/data_objects/aggregate_stats.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class AggregateStats{
playstyle = Playstyle(apm, pps, nerdStats.app, nerdStats.vsapm, nerdStats.dsp, nerdStats.gbe, estTr.srarea, estTr.statrank);
}

AggregateStats.precalculated(this.apm, this.pps, this.vs, this.nerdStats, this.playstyle);

AggregateStats.fromJson(Map<String, dynamic> json){
apm = json['apm'] != null ? json['apm'].toDouble() : 0.00;
pps = json['apm'] != null ? json['pps'].toDouble() : 0.00;
Expand Down
Loading

0 comments on commit 672c2a6

Please sign in to comment.