Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 914 Bytes

flutter_twitter_bootstrap

A Flutter Web Theme based on Twitter Bootstrap.

Become a contributor

Slack group destined to its project developers

Run it

Start by cloning the project locally

$ git clone [email protected]:marcobraghim/flutter_twitter_bootstrap.git

Change the Flutter git repository branch to the master and upgrade it. It may take a long time...

$ flutter channel master
$ flutter upgrade

Enable the Flutter Web Support

$ flutter config --enable-web

Walk into the repository folder

$ cd flutter_twitter_bootstrap/
$ flutter create .

Run it. Google Chrome required

$ flutter run -d chrome

Help

Try to get some help here firstly.