mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-25 10:24:44 -04:00
Massive overhaul
- The project was restarted using Android Studio. - Adoptive platform-specific widgets has been removed due to build issues with Android. - Dual-licensed under the BSD-3-Clause license and UNLICENSE.
This commit is contained in:
parent
dd34e59e94
commit
cacbfc5fda
78 changed files with 612 additions and 619 deletions
|
@ -5,10 +5,10 @@
|
|||
// 'flutter create' template.
|
||||
|
||||
// The application's name. By default this is also the title of the Flutter window.
|
||||
PRODUCT_NAME = Bullseye;
|
||||
PRODUCT_NAME = bullseye
|
||||
|
||||
// The application's bundle identifier
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.tonybark.bullseye;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.tonybark.bullseye.bullseye
|
||||
|
||||
// The copyright displayed in application information
|
||||
PRODUCT_COPYRIGHT = Copyright © 2021 com.example. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2022 com.tonybark.bullseye. All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue