BLoC pattern: receive action stream and transform them to state stream using RxDart operator (such as map, filter, switchMap, concatMap, combineLatest, exhaustMap, flatMap, withLatestFrom, distinct...)
Dynamically changing your theme and your language without hassle
Using BLoC
π pattern with rxdart
πͺ library
Star β if it is helpful π
Download APK
Make sure finish install Flutter successfully
- Clone this repo by:
git clone https://github.com/hoc081098/change_theme_language_BLoC_pattern_RxDart.git
- Install all the packages by:
flutter packages get
- Run app on your simulator or device by:
flutter run
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.