11name : flutter_firebase_calendar
22description : 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
1413version : 1.0.0+1
15-
1614environment :
17- sdk : " >=2.1.0 <3.0.0"
18-
15+ sdk : " >=2.12.0 <3.0.0"
1916dependencies :
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
3227dev_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.
4033flutter :
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