This website requires JavaScript.
Explore
Help
Sign In
supleed2
/
ELEC60013-ES-CW1
Watch
1
Star
0
Fork
You've already forked ELEC60013-ES-CW1
0
mirror of
https://github.com/supleed2/ELEC60013-ES-CW1.git
synced
2024-11-10 01:35:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce9786ab05
ELEC60013-ES-CW1
/
lib
/
model
/
steps_series.dart
6 lines
102 B
Dart
Raw
Normal View
History
Unescape
Escape
Added bar chart for steps
2022-02-09 17:52:00 +00:00
class
StepsSeries
{
Added model for showing steps data
2022-02-09 17:15:11 +00:00
final
DateTime
date
;
final
int
steps
;
Added bar chart for steps
2022-02-09 17:52:00 +00:00
StepsSeries
(
this
.
date
,
this
.
steps
)
;
Added model for showing steps data
2022-02-09 17:15:11 +00:00
}
Reference in a new issue
Copy permalink