Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.16 KB

FlutterDiceRoller

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.

Prerequisites

  1. You'll need Flutter. The Flutter install can be found here
  2. My personal preference for Flutter IDEs is AndroidStudio
  3. Install the Flutter and Dart plugins
  4. Start AndroidStudio
  5. Open plugin preferences (Configure > Plugins)
  6. Select the Flutter plugin and click Install
  7. Click Yes when prompted to install the Dart plugin
  8. Click Restart when prompted

Tests

I need to write tests!

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Author

  • David Pellegrini

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details

Acknowledgments

  • Billie Thompson (PurpleBooth) for the README template