Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcobraghim/flutter_twitter_bootstrap
A Flutter Web Theme based on Twitter Bootstrap
https://github.com/marcobraghim/flutter_twitter_bootstrap
Last synced: 18 days ago
JSON representation
A Flutter Web Theme based on Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/marcobraghim/flutter_twitter_bootstrap
- Owner: marcobraghim
- License: mit
- Created: 2019-10-14T15:27:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T18:39:06.000Z (about 5 years ago)
- Last Synced: 2024-12-07T03:45:21.609Z (18 days ago)
- Language: JavaScript
- Size: 3.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_twitter_bootstrap
A Flutter Web Theme based on Twitter Bootstrap.## Become a contributor
[Slack](https://join.slack.com/t/flutter-t-bootstrap/shared_invite/enQtNzk2ODQ3Mzc2MjQ3LTU5ODVkZWQ4NzA4MDc5M2FlOWFmOTY0YTk1NmI5NTg3YzMyZWI0MTcxZWM2NTNhOGY4YzZjNWM0YWJmNjAyMDQ) 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 upgradeEnable 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](https://flutter.io/docs/get-started/web) firstly.