mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 06:18:49 +00:00
Add flutter_web samples (#75)
This commit is contained in:
committed by
Andrew Brogdon
parent
42f2dce01b
commit
3fe927cb29
6
web/github_dataviz/lib/data/data_series.dart
Normal file
6
web/github_dataviz/lib/data/data_series.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class DataSeries {
|
||||
String label;
|
||||
List<int> series;
|
||||
|
||||
DataSeries(this.label, this.series);
|
||||
}
|
||||
Reference in New Issue
Block a user