You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# change_theme_language_bloc :iphone:
2
2
## FUNCTIONAL REACTIVE PROGRAMMING
3
3
## RxDart + BLoC pattern + Built value
4
-
## BLoC pattern: receive action stream and transform them to state stream (map, filter, switchMap, concatMap, combineLatest, ...)
4
+
## 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...)
5
5
6
6
Dynamically changing your theme and your language without hassle
0 commit comments