Flutter-Web-SolMusic-Landing-Page icon indicating copy to clipboard operation
Flutter-Web-SolMusic-Landing-Page copied to clipboard

landing page build using Flutter

SolMusic Landing Page

Netlify Status

Made Using Flutter Web

See demo online solMusic

⚙️ Requirements

🎉 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.