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

https://github.com/khip01/flutter_web_app

Trying out the FLUTTER Web App🤩. Create simple Flutter Web App, increment and decrement counter with Flutter Framework
https://github.com/khip01/flutter_web_app

counter deployment flutter flutter-web simple webapp

Last synced: 10 months ago
JSON representation

Trying out the FLUTTER Web App🤩. Create simple Flutter Web App, increment and decrement counter with Flutter Framework

Awesome Lists containing this project

README

          

# Simple flutter_web_app
Type : Web/Situs web

## Helo👋

Language: English

## Description
Trying out the FLUTTER Web App🤩. Create simple Flutter Web App increment and decrement counter with dart

### Requirements
- Dart SDK already installed ```3.2.5 (stable)``` or above
- Flutter already installed ```3.16.8 • channel stable``` or above
- Your fav IDE/TextEditor (I personally use Android Studio)

### Instruction
- Clone this repo,
- In CMD/Terminal open this repo ```cd flutter_web_app```
- Run the app | ```flutter run -d chrome```


## Live Demo
Curious to see the simple web results directly?\
Go to my github pages flutter_web_app - my webapp deployment ex


## Source:
- [Flutter Docs](https://docs.flutter.dev/platform-integration/web/building#create-a-new-project-with-web-support) - Flutter Docs step-by-step how to create flutter project with web support
- [Medium - Hosting on gh-pages](https://medium.com/@aravinthc18/hosting-a-flutter-web-project-on-github-pages-473474bd0c6f) - Medium user who shared how to host Flutter Web App on Gihtub Page