https://github.com/webmaxru/hello-flutter
https://github.com/webmaxru/hello-flutter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmaxru/hello-flutter
- Owner: webmaxru
- Created: 2020-05-22T09:38:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T11:34:21.000Z (about 6 years ago)
- Last Synced: 2025-10-09T15:41:32.199Z (9 months ago)
- Language: Dart
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Hello World Flutter project
## Getting Started
You need to have Flutter SDK installed on your computer in order to build and run this project.
Follow the steps:
- [Flutter SDK installation](https://flutter.dev/docs/get-started/install). There is no need to install Android Studio if you only plan to build a web app.
Then, to enable [Flutter for web](https://flutter.dev/docs/get-started/web) run:
```
flutter channel beta
flutter upgrade
flutter config --enable-web
```
Run your web app
```
flutter run -d chrome
```
Build your wed app to build/web folder:
```
flutter build web
```
To deploy Flutter Web app to [Azure Static Web Apps](https://docs.microsoft.com/learn/modules/publish-app-service-static-web-app-api) service use this [GitHub Action](https://github.com/webmaxru/hello-flutter/blob/master/.github/workflows/azure-static-web-apps-gentle-sky-0b647711e.yml)