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 0dcc893 commit b924a68Copy full SHA for b924a68
lib/timezone-picker.dart
@@ -1,3 +1,4 @@
1
+// @dart=2.9
2
part of event_calendar;
3
4
class _TimeZonePicker extends StatefulWidget {
@@ -41,4 +42,4 @@ class _TimeZonePickerState extends State<_TimeZonePicker> {
41
42
)),
43
);
44
}
-}
45
+}
0 commit comments