Preview community-made content for flutter.
Either:
- Download the latest build in the releases section //TODO: Add links to the latest version
- Build it yourself
- Get it from git with
git clone https://github.com/flutter-showcase/flutter-showcase.git
- Get in the folder with a terminal, and run
flutter packages get
- Connect your device or Start your emulator
- run
flutter run --release
- Get it from git with
TODO: Explain how to add user content to the app
TODO: Link to the contribution guidelines