Skip to content

boehm-s/flutter-redux-test

 
 

Repository files navigation

load_more_flutter 📱

  • Load more data when scroll to end of list view
  • Paging listview flutter
  • Infinite scroll listview flutter

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

Using BLoC 👏 pattern with rxdart 💪 library
Star ⭐ if it is helpful 👍

Demo 📷 🎨

📹 Video demo 1, Video demo 2 📺

RxRedux page Comics page Simple BLoC page Home page

Develop 👏

Make sure finish install Flutter successfully

  1. Clone this repo by: git clone https://github.com/hoc081098/load_more_flutter_bloc_pattern.git
  2. Install all the packages by: flutter packages get
  3. Run command flutter packages pub run build_runner build to generate build_value classes (optional because i pushed files *.g.dart)
  4. Run app on your simulator or device by: flutter run

Getting Started 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥

For help getting started with Flutter, view our online documentation.

About

flutter-redux-test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 96.6%
  • Ruby 2.3%
  • Other 1.1%