Skip to content

Commit eebb2be

Browse files
committed
Update deeplink_cookbook
1 parent db31a18 commit eebb2be

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

deeplink_cookbook/codelab_rebuild.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ steps:
88
- macos
99
- web
1010
- windows
11+
- name: Remove pubspec.yaml
12+
rm: pubspec.yaml
1113
- name: Flutter recreate
1214
flutter: create .
15+
- name: Add deps
16+
flutter: pub add go_router
1317
- name: Strip DEVELOPMENT_TEAM
1418
strip-lines-containing: DEVELOPMENT_TEAM =
1519
path: ios/Runner.xcodeproj/project.pbxproj

deeplink_cookbook/pubspec.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 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.
55
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
@@ -30,12 +30,11 @@ environment:
3030
dependencies:
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

4039
dev_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

Comments
 (0)