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

@ -1,3 +1,12 @@
# Bullseye
A game written in Flutter based on a tutorial, with my own tweaks added.
A game written in Flutter based on a tutorial, with my own tweaks added.
## Requirements
- Flutter 3 or later
- See Install Guide for [platform-specific](https://docs.flutter.dev/get-started/install) requirements
## License
This project is dual-licensed under the [BSD-3-Clause](LICENSE) or the [UNLICENSE](UNLICENSE).