Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.18 KB

File metadata and controls

53 lines (35 loc) · 2.18 KB

change_theme_language_bloc 📱

FUNCTIONAL REACTIVE PROGRAMMING

RxDart + BLoC pattern + Built value

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

Flutter

Using BLoC 👏 pattern with rxdart 💪 library
Star ⭐ if it is helpful 👍

Trying

Download APK

Demo 📷 🎨

Develop 👏

Make sure finish install Flutter successfully

  1. Clone this repo by: git clone https://github.com/hoc081098/change_theme_language_BLoC_pattern_RxDart.git
  2. Install all the packages by: flutter packages get
  3. Run app on your simulator or device by: flutter run

Getting Started 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥

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.