- 修改应用 ID 为 top.jdysya.dashboard - 添加互联网权限 - 更新签名配置 - 修改测试目标应用 ID - 更新依赖版本: - async: 2.12.0 -> 2.13.0 - fake_async: 1.3.2 -> 1.3.3 - leak_tracker: 10.0.8 -> 10.0.9 - vm_service: 14.3.1 -> 15.0.0 - 移除了一些冗余的代码和配置
15 lines
604 B
Plaintext
15 lines
604 B
Plaintext
// Application-level settings for the Runner target.
|
|
//
|
|
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
|
|
// future. If not, the values below would default to using the project name when this becomes a
|
|
// 'flutter create' template.
|
|
|
|
// The application's name. By default this is also the title of the Flutter window.
|
|
PRODUCT_NAME = dashboard
|
|
|
|
// The application's bundle identifier
|
|
PRODUCT_BUNDLE_IDENTIFIER = top.jdysya.dashboard
|
|
|
|
// The copyright displayed in application information
|
|
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.
|