File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
ios/Runner.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: deeplink_cookbook
22description : " 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
3939dev_dependencies :
4040 flutter_test :
@@ -52,6 +52,7 @@ dev_dependencies:
5252
5353# The following section is specific to Flutter packages.
5454flutter :
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.
You can’t perform that action at this time.
0 commit comments