Skip to content

Commit 540b27b

Browse files
authored
Merge pull request #1 from Indumathi1195R/patch-1
Update main.dart
2 parents d945e7d + b924a68 commit 540b27b

File tree

4 files changed

+12
-21
lines changed

4 files changed

+12
-21
lines changed

lib/color-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 _ColorPicker extends StatefulWidget {
@@ -41,4 +42,4 @@ class _ColorPickerState extends State<_ColorPicker> {
4142
)),
4243
);
4344
}
44-
}
45+
}

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @dart=2.9
12
library event_calendar;
23

34
import 'dart:math';

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+
}

pubspec.yaml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: flutter_firebase_calendar
22
description: A new Flutter application.
3-
43
# The following defines the version and build number for your application.
54
# A version number is three numbers separated by dots, like 1.2.43
65
# followed by an optional build number separated by a +.
@@ -12,49 +11,38 @@ description: A new Flutter application.
1211
# Read more about iOS versioning at
1312
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1413
version: 1.0.0+1
15-
1614
environment:
17-
sdk: ">=2.1.0 <3.0.0"
18-
15+
sdk: ">=2.12.0 <3.0.0"
1916
dependencies:
2017
flutter:
2118
sdk: flutter
22-
syncfusion_flutter_calendar: 18.3.50
23-
firebase_core: "^0.5.0"
24-
cloud_firestore: ^0.14.0+1
25-
firebase_database: 4.0.0
26-
19+
syncfusion_flutter_calendar: ^19.1.59
20+
firebase_core: ^1.1.0
21+
cloud_firestore: ^2.0.0
22+
firebase_database: ^6.1.2
2723

2824
# The following adds the Cupertino Icons font to your application.
2925
# Use with the CupertinoIcons class for iOS style icons.
30-
cupertino_icons: ^0.1.3
31-
26+
cupertino_icons: ^1.0.3
3227
dev_dependencies:
3328
flutter_test:
3429
sdk: flutter
35-
3630
# For information on the generic Dart part of this file, see the
3731
# following page: https://dart.dev/tools/pub/pubspec
38-
3932
# The following section is specific to Flutter.
4033
flutter:
41-
4234
# The following line ensures that the Material Icons font is
4335
# included with your application, so that you can use the icons in
4436
# the material Icons class.
45-
uses-material-design: true
46-
37+
uses-material-design: true
4738
# To add assets to your application, add an assets section, like this:
4839
# assets:
4940
# - images/a_dot_burr.jpeg
5041
# - images/a_dot_ham.jpeg
51-
5242
# An image asset can refer to one or more resolution-specific "variants", see
5343
# https://flutter.dev/assets-and-images/#resolution-aware.
54-
5544
# For details regarding adding assets from package dependencies, see
5645
# https://flutter.dev/assets-and-images/#from-packages
57-
5846
# To add custom fonts to your application, add a fonts section here,
5947
# in this "flutter" section. Each entry in this list should have a
6048
# "family" key with the font family name, and a "fonts" key with a

0 commit comments

Comments
 (0)