Skip to content

Commit abe9c00

Browse files
authored
Update README.md
1 parent dfc5c20 commit abe9c00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
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+
79
## [Simple todo](https://github.com/hoc081098/rx_redux/blob/master/example/rx_redux_example.dart)
810

11+
<details>
12+
<summary>Click to expand!</summary>
13+
914
```dart
1015
import 'dart:async';
1116
@@ -143,3 +148,5 @@ void main() async {
143148
await Future.delayed(const Duration(seconds: 1));
144149
}
145150
```
151+
152+
</details>

0 commit comments

Comments
 (0)