Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohailmahmud/booking-app
https://github.com/sohailmahmud/booking-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sohailmahmud/booking-app
- Owner: sohailmahmud
- Created: 2021-03-05T15:33:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T15:41:22.000Z (almost 4 years ago)
- Last Synced: 2023-04-29T00:16:21.338Z (over 1 year ago)
- Language: Dart
- Size: 126 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter booking management app
### How to Create a Flutter Web project
switch to the master channel run the following command``1. flutter channel master``
Then upgrade your flutter to the latest version from master.
`` 2. flutter upgrade``
Then enable web support.
`` 3. flutter config --enable-web``Now when you create a project it'll be web enabled and you can run it in the browser. to verify that run this cmd.
``flutter devices``
Then
``flutter create xyz_project_name``