1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +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

@@ -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.