A dice rolling app to kick around some Flutter code. I've been meaning to dive deeper into Flutter and wanted my own dice rolling app, so here they are together at last.
- You'll need Flutter. The Flutter install can be found here
- My personal preference for Flutter IDEs is AndroidStudio
- Install the Flutter and Dart plugins
- Start AndroidStudio
- Open plugin preferences (Configure > Plugins)
- Select the Flutter plugin and click Install
- Click Yes when prompted to install the Dart plugin
- Click Restart when prompted
I need to write tests!
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- David Pellegrini
This project is licensed under the GNU General Public License - see the LICENSE.md file for details
- Billie Thompson (PurpleBooth) for the README template