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:
Tony Bark 2022-09-05 13:56:05 -04:00
parent dd34e59e94
commit cacbfc5fda
78 changed files with 612 additions and 619 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 = 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.