Skip to content

Commit bbe6500

Browse files
committed
Update deeplink_cookbook
1 parent 5721d72 commit bbe6500

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

deeplink_cookbook/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -54,6 +55,7 @@
5455
buildConfiguration = "Debug"
5556
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5657
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5759
launchStyle = "0"
5860
useCustomWorkingDirectory = "NO"
5961
ignoresPersistentStateOnLaunch = "NO"

deeplink_cookbook/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: deeplink_cookbook
22
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.
5-
publish_to: "none" # Remove this line if you wish to publish to pub.dev
5+
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
66

77
# The following defines the version and build number for your application.
88
# A version number is three numbers separated by dots, like 1.2.43
@@ -34,7 +34,7 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37-
go_router: ^15.0.0
37+
go_router: ^15.1.2
3838

3939
dev_dependencies:
4040
flutter_test:
@@ -52,6 +52,7 @@ dev_dependencies:
5252

5353
# The following section is specific to Flutter packages.
5454
flutter:
55+
5556
# The following line ensures that the Material Icons font is
5657
# included with your application, so that you can use the icons in
5758
# the material Icons class.

0 commit comments

Comments
 (0)