We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc5c20 + 95de0b3 commit ba6942cCopy full SHA for ba6942c
example/README.md
@@ -4,8 +4,15 @@
4
5
An example of how to load more data when scroll to end of list view using [rx_redux](https://pub.dev/packages/rx_redux).
6
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
11
## [Simple todo](https://github.com/hoc081098/rx_redux/blob/master/example/rx_redux_example.dart)
12
13
+<details>
14
+ <summary>Click to expand!</summary>
15
16
```dart
17
import 'dart:async';
18
@@ -143,3 +150,5 @@ void main() async {
143
150
await Future.delayed(const Duration(seconds: 1));
144
151
}
145
152
```
153
154
+</details>
0 commit comments