1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-13 10:27:09 +00:00

navigation_and_routing rebuild script (#1368)

This commit is contained in:
Brett Morgan
2022-08-10 06:37:42 +10:00
committed by GitHub
parent 0b86fbc66c
commit 18501cd153
53 changed files with 1631 additions and 203 deletions

View File

@@ -323,6 +323,10 @@
</items>
</menu>
</menuItem>
<menuItem title="Help" id="EPT-qC-fAb">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="rJ0-wn-3NY"/>
</menuItem>
</items>
<point key="canvasLocation" x="142" y="-258"/>
</menu>

View File

@@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = bookstore
PRODUCT_NAME = navigation_and_routing
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.bookstore
PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.navigationAndRouting
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2021 dev.flutter. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2022 dev.flutter. All rights reserved.