Flutter-Web-SolMusic-Landing-Page
Flutter-Web-SolMusic-Landing-Page copied to clipboard
landing page build using Flutter
SolMusic Landing Page
Made Using Flutter Web
See demo online solMusic
⚙️ Requirements
- 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:
🎉 Develop
Run you app in Chrome
flutter run -d chrome
To hot restart (and rebuild state), press "R".
👷♂️Building with the production JavaScript compiler
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.
🤷♀️ FAQ
Read more about Flutter for web
If you have any questions ping me on twitter: @champ_96k
⛑Troubleshooting
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.