Skip to content

Commit c0e2a52

Browse files
Update pubspec.yaml
Pubspec updated.
1 parent 29ee15a commit c0e2a52

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

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)