We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e2a52 commit 0dcc893Copy full SHA for 0dcc893
lib/color-picker.dart
@@ -1,3 +1,4 @@
1
+// @dart=2.9
2
part of event_calendar;
3
4
class _ColorPicker extends StatefulWidget {
@@ -41,4 +42,4 @@ class _ColorPickerState extends State<_ColorPicker> {
41
42
)),
43
);
44
}
-}
45
+}
0 commit comments