Skip to content

Commit b924a68

Browse files
Update timezone-picker.dart
Sample updated.
1 parent 0dcc893 commit b924a68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/timezone-picker.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @dart=2.9
12
part of event_calendar;
23

34
class _TimeZonePicker extends StatefulWidget {
@@ -41,4 +42,4 @@ class _TimeZonePickerState extends State<_TimeZonePicker> {
4142
)),
4243
);
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)