An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# SolMusic Landing Page

[![Netlify Status](https://api.netlify.com/api/v1/badges/53f93837-1123-41ab-bb67-b3cf9ec561f4/deploy-status)](https://app.netlify.com/sites/solmusicdemo/deploys)

#### Made Using Flutter Web

![](Videos1.gif)

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