Skip to content

Commit ba6942c

Browse files
authored
Merge pull request #10 from hoc081098/hoc081098-patch-1
Update README.md
2 parents dfc5c20 + 95de0b3 commit ba6942c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

example/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44

55
An example of how to load more data when scroll to end of list view using [rx_redux](https://pub.dev/packages/rx_redux).
66

7+
## [Flutter github search using rx_redux](https://github.com/hoc081098/flutter_github_search_rx_redux)
8+
9+
An example of how to make a instant search and load more data when scroll to end of list view using rx_redux.
10+
711
## [Simple todo](https://github.com/hoc081098/rx_redux/blob/master/example/rx_redux_example.dart)
812

13+
<details>
14+
<summary>Click to expand!</summary>
15+
916
```dart
1017
import 'dart:async';
1118
@@ -143,3 +150,5 @@ void main() async {
143150
await Future.delayed(const Duration(seconds: 1));
144151
}
145152
```
153+
154+
</details>

0 commit comments

Comments
 (0)