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 19bd089 commit d6544c6Copy full SHA for d6544c6
pubspec.yaml
@@ -14,7 +14,7 @@ description: A new Flutter application.
14
version: 1.0.0+1
15
16
environment:
17
- sdk: ">=2.1.0 <3.0.0"
+ sdk: ">=2.12.0 <3.0.0"
18
19
dependencies:
20
flutter:
@@ -23,13 +23,13 @@ dependencies:
23
24
# The following adds the Cupertino Icons font to your application.
25
# Use with the CupertinoIcons class for iOS style icons.
26
- cupertino_icons: ^0.1.3
+ cupertino_icons: ^1.0.2
27
28
dev_dependencies:
29
flutter_test:
30
sdk: flutter
31
- syncfusion_flutter_calendar: 18.2.46+1
32
-
+ syncfusion_flutter_calendar: ^19.1.56
+
33
34
# For information on the generic Dart part of this file, see the
35
# following page: https://dart.dev/tools/pub/pubspec
0 commit comments