https://github.com/devmuaz/flutter_bloc_locale_and_theme
A flutter demo app that demonstrate the usage of both Locales and Themes
https://github.com/devmuaz/flutter_bloc_locale_and_theme
bloc dart flutter flutter-bloc locale state-management theme
Last synced: 2 days ago
JSON representation
A flutter demo app that demonstrate the usage of both Locales and Themes
- Host: GitHub
- URL: https://github.com/devmuaz/flutter_bloc_locale_and_theme
- Owner: devmuaz
- License: mit
- Created: 2023-01-29T14:16:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T14:22:29.000Z (over 2 years ago)
- Last Synced: 2025-03-31T17:58:55.379Z (3 months ago)
- Topics: bloc, dart, flutter, flutter-bloc, locale, state-management, theme
- Language: C++
- Homepage:
- Size: 672 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Bloc: Locale and Theme
A flutter demo app that demonstrate the usage of both **Locales** and **Themes** in your
real life app by using the [flutter_bloc](https://pub.dev/packages/flutter_bloc) library.## Screenshots
##### Light (Ar, En)
![]()
![]()
##### Dark (Ar, En)
![]()
![]()
## Notes
`This is one way to implement such behavior (simplest one), You can come up with greater and easier solution if you would want to dig deeper!`
## Medium articles by the author
You can always read the articles I write on my [devmuaz](https://devmuaz.medium.com/) account which I write pretty great flutter content out there.
## Support
If you find this repo helpful for you and liked it, give it a star ⭐️ it would mean a lot!
## License
**MIT**