https://github.com/champ96k/flutter-web-solmusic-landing-page
landing page build using Flutter
https://github.com/champ96k/flutter-web-solmusic-landing-page
flutter-demo flutter-examples flutter-ui flutter-web flutter-web-app flutterdemo flutterweb landing-page
Last synced: about 1 month ago
JSON representation
landing page build using Flutter
- Host: GitHub
- URL: https://github.com/champ96k/flutter-web-solmusic-landing-page
- Owner: champ96k
- Created: 2020-05-27T19:36:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T05:23:59.000Z (over 2 years ago)
- Last Synced: 2025-03-27T00:11:08.650Z (about 2 months ago)
- Topics: flutter-demo, flutter-examples, flutter-ui, flutter-web, flutter-web-app, flutterdemo, flutterweb, landing-page
- Language: Dart
- Homepage: https://solmusicdemo.netlify.app
- Size: 13.1 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SolMusic Landing Page
[](https://app.netlify.com/sites/solmusicdemo/deploys)
#### Made Using Flutter Web

### See demo online [solMusic](https://solmusicdemo.netlify.app/#/)
## ⚙️ 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:
- [Visual Studio Code](https://flutter.dev/docs/get-started/editor?tab=androidstudio)
- [Android Studio / IntelliJ](https://flutter.dev/docs/get-started/editor?tab=vscode)## 🎉 Develop
Run you app in Chrome
```sh
flutter run -d chrome
```To hot restart (and rebuild state), press "R".
## 👷♂️Building with the production JavaScript compiler
To enable the release compiler, run.
```sh
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](https://github.com/flutter/flutter_web)
If you have any questions ping me on twitter: [@champ_96k](https://twitter.com/champ_96k)
## ⛑Troubleshooting
In case of some errors try to run:
```sh
flutter clean
```For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.