All Projects → hoc081098 → load_more_flutter_BLoC_pattern_RxDart_and_RxRedux

hoc081098 / load_more_flutter_BLoC_pattern_RxDart_and_RxRedux

Licence: MIT License
🔥 [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.

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to load more flutter BLoC pattern RxDart and RxRedux

rx shared preferences
🌀 Shared preferences with RxDart Stream observation ⚡️ Reactive shared preferences for Flutter 🌸Reactive stream wrapper around SharedPreferences 🍄 Lightweight and easy-to-use 🌱 A reactive key-value store for Flutter projects. Like shared_preferences, but with Streams 📕 Rx Shared Preferences for Flutter 🌿 rx_shared_preferences 🌰 rx_shared_prefere…
Stars: ✭ 36 (-60.44%)
Mutual labels:  rxdart, flutter-reactive, flutter-bloc, flutter-rxdart, flutter-rx, flutter-bloc-pattern, flutter-bloc-rxdart
MealsCatalogue
Flutter application using base architecture component like BLoC pattern, RxDart, Http, SQFlite, Flavor, Unit Testing (Mockito), Instrumentation Testing and etc 🔥
Stars: ✭ 45 (-50.55%)
Mutual labels:  flutter-rxdart, flutter-bloc-pattern
Flutter-Recipes
A new Flutter app which shows the list of recipes from https://www.food2fork.com/ . This project follows BLOC Architecture.
Stars: ✭ 23 (-74.73%)
Mutual labels:  rxdart, flutter-bloc-pattern
whatsApp clone
Flutter WhatsClone (with Firebase + Clean Architecture) this app follow clean architecture proposed by our friendly Uncle Bob.
Stars: ✭ 181 (+98.9%)
Mutual labels:  flutter-bloc, flutter-bloc-pattern
flutter paging
A small library support load infinite for ListView - GridView on Flutter.
Stars: ✭ 32 (-64.84%)
Mutual labels:  flutter-paging-list, flutter-pagination-list
flutter-bloc-patterns
A set of most common BLoC use cases built on top of flutter_bloc library
Stars: ✭ 58 (-36.26%)
Mutual labels:  flutter-bloc, flutter-bloc-pattern
flutter-checkio
How time flies.一款开源习惯打卡APP,流畅的动画体验,Bloc实现状态管理,主题(颜色)切换,字体切换,数据库管理等。
Stars: ✭ 507 (+457.14%)
Mutual labels:  flutter-bloc
addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: ✭ 16 (-82.42%)
Mutual labels:  bloc-pattern
GelbooruEnhancement
Image Viewer and Endless Scroll userscripts for Gelbooru and various other boorus
Stars: ✭ 41 (-54.95%)
Mutual labels:  endless-scroll
crypto-currency
A Flutter application showing crypto currency rates.
Stars: ✭ 16 (-82.42%)
Mutual labels:  flutter-bloc-pattern
infinity
[Deprecated] Infinite paginated RecyclerView scrolling
Stars: ✭ 27 (-70.33%)
Mutual labels:  endless-scroll
devonfw4flutter-mts-app
Large-Scale Flutter Reference Application. An Extension of DevonFw's My Thai Star Project
Stars: ✭ 54 (-40.66%)
Mutual labels:  bloc-pattern
IQPlayer
Simple video player with subtitle for flutter.
Stars: ✭ 16 (-82.42%)
Mutual labels:  flutter-bloc
devon4flutter-non-bloc-arch
A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
Stars: ✭ 283 (+210.99%)
Mutual labels:  bloc-pattern
flutter github
使用flutter开发github客户端,练手用的
Stars: ✭ 36 (-60.44%)
Mutual labels:  rxdart
CircularCardsStackView
CircularCardsStackView is an Android library for dealing with swipeable card views.
Stars: ✭ 30 (-67.03%)
Mutual labels:  endless-scroll
Flutter-Login-With-BLoC-Pattern
A new Flutter project featuring a faked authentication interface to demonstrate validation. Implemented with BloC pattern.
Stars: ✭ 81 (-10.99%)
Mutual labels:  rxdart
Endless
🛣 A lightweight endless pageControl based on CAShapeLayers and UICollectionView
Stars: ✭ 19 (-79.12%)
Mutual labels:  endless-scroll
Chi Food
Food Delivery App made by Flutter and Bloc
Stars: ✭ 103 (+13.19%)
Mutual labels:  flutter-bloc
city-cab
An open source flutter taxi - app for learning purpose(Provider & Bloc) using firebase as backend/server
Stars: ✭ 68 (-25.27%)
Mutual labels:  flutter-bloc

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].