https://github.com/ninest/flutter-boilerplates
Boilerplates for Flutter (provider, themes, ...)
https://github.com/ninest/flutter-boilerplates
Last synced: 4 months ago
JSON representation
Boilerplates for Flutter (provider, themes, ...)
- Host: GitHub
- URL: https://github.com/ninest/flutter-boilerplates
- Owner: ninest
- Created: 2020-01-24T17:55:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T16:05:55.000Z (over 6 years ago)
- Last Synced: 2025-02-25T02:17:41.695Z (over 1 year ago)
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Boilerplates
1. Basic provider ([provider_boilerplate](https://github.com/themindstorm/flutter_boilerplates/tree/provider_boilerplate))
2. MultiProvider ([multiprovider](https://github.com/themindstorm/flutter_boilerplates/tree/multiprovider))
3. Dark theme toggle with Provider ([theme_toggle](https://github.com/themindstorm/flutter_boilerplates/tree/theme_toggle))
4. Basic implementation of `ThemeData` (themedata)