11name : deeplink_cookbook
2- description : A new Flutter project.
2+ description : " A new Flutter project."
33# The following line prevents the package from being accidentally published to
44# pub.dev using `flutter pub publish`. This is preferred for private packages.
55publish_to : ' none' # Remove this line if you wish to publish to pub.dev
@@ -30,12 +30,11 @@ environment:
3030dependencies :
3131 flutter :
3232 sdk : flutter
33- go_router : ^14.0.0
34-
3533
3634 # The following adds the Cupertino Icons font to your application.
3735 # Use with the CupertinoIcons class for iOS style icons.
38- cupertino_icons : ^1.0.2
36+ cupertino_icons : ^1.0.8
37+ go_router : ^14.8.1
3938
4039dev_dependencies :
4140 flutter_test :
@@ -65,10 +64,10 @@ flutter:
6564 # - images/a_dot_ham.jpeg
6665
6766 # An image asset can refer to one or more resolution-specific "variants", see
68- # https://flutter.dev/assets-and-images/# resolution-aware
67+ # https://flutter.dev/to/ resolution-aware-images
6968
7069 # For details regarding adding assets from package dependencies, see
71- # https://flutter.dev/assets-and-images/# from-packages
70+ # https://flutter.dev/to/asset- from-package
7271
7372 # To add custom fonts to your application, add a fonts section here,
7473 # in this "flutter" section. Each entry in this list should have a
@@ -88,4 +87,4 @@ flutter:
8887 # weight: 700
8988 #
9089 # For details regarding fonts from package dependencies,
91- # see https://flutter.dev/custom-fonts/# from-packages
90+ # see https://flutter.dev/to/font- from-package
0 commit comments