Skip to content
@Flutter-Dart-Open-Source

Flutter-Dart-Open-Source

Flutter-Dart-Open-Source

Hi there 👋, I'm Flutter Dart Open Source - @hoc081098

Flutter and Dart libraries. RxDart, Reactive Programming, ...

ReactiveX Flutter Dart

Contact me

Facebook Linkedin Twitter StackOverflow

Hello visitors

  1. RxDart contributor https://github.com/ReactiveX/rxdart/commits?author=hoc081098 - An implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams API.
  2. rx_shared_preferences (https://pub.dev/packages/rx_shared_preferences, https://github.com/hoc081098/rx_shared_preferences) - Reactive shared preferences for Flutter.
  3. rx_redux (https://pub.dev/packages/rx_redux, https://github.com/hoc081098/rx_redux) - Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
  4. disposebag (https://pub.dev/packages/disposebag, https://github.com/hoc081098/disposebag) - A package helps to cancel StreamSubscriptions and close Sinks.
  5. flutter_disposebag (https://pub.dev/packages/flutter_disposebag, https://github.com/Flutter-Dart-Open-Source/flutter_disposebag) - Automatically disposes StreamSubscriptions and closes Sinks when disposing State<T>.
  6. sqlbrite (https://pub.dev/packages/sqlbrite, https://github.com/hoc081098/sqlbrite) - Reactive stream wrapper around sqflite for Flutter inspired by sqlbrite.
  7. stream_loader (https://pub.dev/packages/stream_loader, https://github.com/hoc081098/stream_loader) - Loading content asynchronously with Dart stream.
  8. rxdart_ext (https://pub.dev/packages/rxdart_ext, https://github.com/hoc081098/rxdart_ext) - Some extension methods and classes built on top of RxDart.
  9. rx_storage (https://pub.dev/packages/rx_storage, https://github.com/Flutter-Dart-Open-Source/rx_storage) - Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.
  10. listenable_stream (https://pub.dev/packages/listenable_stream, https://github.com/Flutter-Dart-Open-Source/listenable_stream) - Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream/ValueStream.
  11. distinct_value_connectable_stream (https://pub.dev/packages/distinct_value_connectable_stream, https://github.com/hoc081098/distinct_value_connectable_stream) - Distinct value connectable stream for RxDart, useful for BLoC pattern.
  12. did_change_dependencies (https://pub.dev/packages/did_change_dependencies, https://github.com/hoc081098/did_change_dependencies) - Return a Stream that emits null and done event when didChangeDependencies is called for the first time.
  13. dart_either (https://pub.dev/packages/dart_either, https://github.com/hoc081098/dart_either) - Either monad for Dart, including monad comprehensions.
  14. flutter_bloc_pattern (https://pub.dev/packages/flutter_bloc_pattern, https://github.com/hoc081098/flutter_bloc_pattern) - Base class, BLoC provider and rxdart builder for BLoC pattern in Flutter.
  15. flutter_provider (https://pub.dev/packages/flutter_provider, https://github.com/hoc081098/flutter_provider) - Flutter generic provider using InheritedWidget. An helper to easily exposes a value using InheritedWidget without having to write one.

Pinned Loading

  1. rx_storage rx_storage Public

    Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.

    Dart 9 2

  2. listenable_stream listenable_stream Public

    Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.

    Dart 7 2

  3. flutter_disposebag flutter_disposebag Public

    Automatically disposes StreamSubscription and closes Sink when disposing State<T>.

    Dart 6 1

  4. Movie-Ticket-Booking Movie-Ticket-Booking Public template

    Forked from hoc081098/Movie-Ticket-Booking

    A movie tickets booking and management application using Flutter and NestJS. Flutter BLoC pattern and RxDart, rx_redux, stream_loader for state management. Firebase authentication, socket.io. Backe…

    Dart

Repositories

Showing 10 of 12 repositories
  • listenable_stream Public

    Convert Listenable (eg. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.

    Flutter-Dart-Open-Source/listenable_stream’s past year of commit activity
    Dart 7 MIT 2 1 8 Updated Jun 20, 2024
  • rx_storage Public

    Reactive storage for Dart/Flutter. RxDart Storage for Dart/Flutter.

    Flutter-Dart-Open-Source/rx_storage’s past year of commit activity
    Dart 9 MIT 2 1 3 Updated Jun 20, 2024
  • flutter_disposebag Public

    Automatically disposes StreamSubscription and closes Sink when disposing State<T>.

    Flutter-Dart-Open-Source/flutter_disposebag’s past year of commit activity
    Dart 6 MIT 1 1 5 Updated Jun 13, 2024
  • flutter Public Forked from flutter/flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond.

    Flutter-Dart-Open-Source/flutter’s past year of commit activity
    Dart 0 BSD-3-Clause 27,808 0 0 Updated Apr 4, 2023
  • plugins Public Forked from flutter/plugins

    Plugins for Flutter maintained by the Flutter team

    Flutter-Dart-Open-Source/plugins’s past year of commit activity
    Dart 0 BSD-3-Clause 9,938 0 0 Updated Apr 4, 2023
  • flutter_chips_choice Public Forked from davigmacode/flutter_chips_choice

    Lite version of smart_select package, zero dependencies, an easy way to provide a single or multiple choice chips.

    Flutter-Dart-Open-Source/flutter_chips_choice’s past year of commit activity
    Dart 0 MIT 41 0 0 Updated Apr 4, 2023
  • flutter_appauth Public Forked from MaikuB/flutter_appauth

    A Flutter wrapper for AppAuth iOS and Android SDKs

    Flutter-Dart-Open-Source/flutter_appauth’s past year of commit activity
    Objective-C 0 240 0 0 Updated Apr 4, 2023
  • rx_shared_preferences Public Forked from hoc081098/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…

    Flutter-Dart-Open-Source/rx_shared_preferences’s past year of commit activity
    Dart 0 MIT 11 0 0 Updated Apr 4, 2023
  • Flutter-Dart-Open-Source/google_maps_webservice’s past year of commit activity
    Dart 0 BSD-3-Clause 214 0 0 Updated Apr 3, 2023
  • flutter_form_builder Public Forked from flutter-form-builder-ecosystem/flutter_form_builder

    Simple form maker for Flutter Framework

    Flutter-Dart-Open-Source/flutter_form_builder’s past year of commit activity
    Dart 0 BSD-2-Clause 524 0 0 Updated Apr 3, 2023

Top languages

Loading…

Most used topics

Loading…