Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sohailmahmud/booking-app


https://github.com/sohailmahmud/booking-app

Last synced: 3 months ago
JSON representation

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``