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
- Host: GitHub
- URL: https://github.com/khip01/flutter_web_app
- Owner: Khip01
- Created: 2024-01-25T09:39:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T12:05:41.000Z (about 2 years ago)
- Last Synced: 2024-01-26T11:17:25.537Z (about 2 years ago)
- Topics: counter, deployment, flutter, flutter-web, simple, webapp
- Language: C++
- Homepage: https://khip01.github.io/flutter_web_app/
- Size: 5.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple flutter_web_app
## 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