Skip to content

๐Ÿ”ฅ [FUNCTIONAL & REACTIVE PROGRAMMING (FRP)] โ„๏ธ[Pure RxDart] Paging ListView flutter ๐ŸŒธ Load more flutter listview ๐ŸŒฑ Endless scrolling flutter ๐Ÿ‘ Flutter infinite list - BLoC pattern - rxdart - reactive stream flutter - RxDart.

License

hoc081098/load_more_flutter_BLoC_pattern_RxDart_and_RxRedux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

load_more_flutter_BLoC_pattern_RxDart_and_RxRedux ๐Ÿ“ฑ

  • Load more Flutter BLoC pattern RxDart and RxRedux.
  • Load more data when scrolling to end of list view.
  • Paging ListView Flutter.
  • Infinite scroll ListView Flutter.

Find this repository useful? โค๏ธ

Star this repository ๐ŸŒŸ๐ŸŒŸ and follow me for next creations! ๐Ÿ˜. Thanks ๐Ÿ’—๐Ÿ’—.

Functionality

  • Load next page (show circular progress indicator while loading, show error when an error occurred)
  • Retry when an error occurred
  • Refresh list (remove all and load first page)
  • Flutter reactive stream: using BLoC pattern with rxdart library and rx_redux library.

Demo ๐ŸŽจ

RxRedux page Comics page Simple BLoC page Home page

Download apk

You can download apk here for trying functionalities.

Develop

Make sure finish install Flutter successfully

  1. Clone this repo by: git clone https://github.com/hoc081098/load_more_flutter_BLoC_pattern_RxDart_and_RxRedux.git.
  2. Install all the packages by: flutter packages get.
  3. Run command flutter packages pub run build_runner build --delete-conflicting-outputs to generate build_value classes (optional because I pushed *.g.dart files).
  4. Run app on your simulator or device by: flutter run or run in Visual Studio Code, Android Studio, Intellij IDEA, ...

License

MIT License

Copyright (c) 2020 Petrus Nguyแป…n Thรกi Hแปc