Skip to content

Commit 617bb17

Browse files
authored
Update README.md
1 parent 22f21ae commit 617bb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# change_theme_language_bloc :iphone:
22
## FUNCTIONAL REACTIVE PROGRAMMING
33
## 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...)
55

66
Dynamically changing your theme and your language without hassle
77

0 commit comments

Comments
 (0)