https://github.com/jinosh05/flutter_bloc_theming_example
Theme Changing using Flutter Bloc in Flutter
https://github.com/jinosh05/flutter_bloc_theming_example
android flutter flutter-apps flutter-bloc flutter-bloc-examples flutter-examples ios theme
Last synced: 3 months ago
JSON representation
Theme Changing using Flutter Bloc in Flutter
- Host: GitHub
- URL: https://github.com/jinosh05/flutter_bloc_theming_example
- Owner: jinosh05
- License: mit
- Created: 2022-05-27T14:42:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T18:34:05.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T15:51:11.468Z (about 1 year ago)
- Topics: android, flutter, flutter-apps, flutter-bloc, flutter-bloc-examples, flutter-examples, ios, theme
- Language: C++
- Homepage:
- Size: 5.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Flutter Bloc Theming Example
Simple working example of Theming in Flutter using Flutter Bloc.
## Packages Used
- [Futter_bloc Package](https://pub.dev/packages/flutter_bloc)
## Screenshot

## Build Instructions
### Install Flutter
Built with [Flutter](https://flutter.dev/), you need to have `Flutter` dev tools
installed on your computer to compile the project. check [Flutter Documentation](https://flutter.dev/docs)
to learn how to install `Flutter` and initialize a Flutter App.
### Run App
If you have an AVD or real device attached, you can do
```
flutter run
```
### Build APK
You may build the App with Flutter's [Deployment Documentation](https://flutter.dev/docs).
In order to build a fat APK, you can do
```
flutter build apk
```
and find the output in `build/app/outputs/flutter-apk/app-release.apk`
#### Dev hints
Currently supports flutter: 3.10.0
# How to get this Repo and run it on your System
I kept the code as original as possible with proper Commented Guides for anyone to understand and implement. Still you need to follow these steps.
- First get Flutter and all necessary SDK/Plugins installed. Full guide here [Flutter: Get Started](https://flutter.dev/docs/get-started/install)
- Now download this [Repo](https://github.com/jinosh05/flutter_bloc_theming_example/archive/refs/heads/master.zip)
- Extract the Repo into your newly created **flutter_bloc_theming_example** and replace the required files.
- Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.
# Download the APK
Download the release APK
## 🔑 License
- This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details
### Show some ❤️ by starring some of the repositories!