Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Indy9000
Last active June 13, 2021 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Indy9000/85485acf7466da0c21acf92a6025b04a to your computer and use it in GitHub Desktop.
Save Indy9000/85485acf7466da0c21acf92a6025b04a to your computer and use it in GitHub Desktop.
line-chart-with-flutter
class Score {
final double value;
final DateTime time;
Score(this.value, this.time);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment