See demo online solMusic
- Flutter: the latest version on
flutter beta channel
- Dart: 2.9.0+
- Xcode: 11.5.0+
- Androind Studio 4.0.0+
- Ruby: 2.6.0+
- CocoaPods: 1.8.4+
- Flutter & Dart plugins:
Run you app in Chrome
flutter run -d chrome
To hot restart (and rebuild state), press "R".
To enable the release compiler, run.
flutter build web
This will create a build/web
directory with index.html, main.dart.js and the rest of the files needed to run
the application using a static HTTP server.
Read more about Flutter for web
If you have any questions ping me on twitter: @champ_96k
In case of some errors try to run:
flutter clean
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.