toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 22 packages
Sort by PUB-AZS
RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api. #rxdart#reactive-programming#streams#observables#rx
MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps.#reactive-programming#state-management
Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes.#reactive-programming#state-management#codegen
Flutter integration for MobX. It provides a set of Observer widgets that automatically rebuild when the tracked observables change.#reactive-programming#state-management#user-interface
Convert Listenable (e.g. ChangeNotifier), ValueListenable(e.g. ValueNotifier) to Stream / ValueStream.#rxdart#hoc081098#reactive-programming#bloc#state-management
Some extension methods and classes built on top of RxDart - RxDart extension.#rxdart#reactive-programming#streams#observables#rx
The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.#redux#state-management#ui#reactive-programming#testing
Rxdart streaming shared preferences. Reactive stream rxdart wrapper around SharedPreferences. A stream based wrapper over shared_preferences, allowing reactive key-value storage.#rxdart#hoc081098#rx-shared-preferences#reactive-shared-preferences#reactive-programming
Dart-only core package for the Async Redux state management, the easy and powerful version of Redux.#redux#state-management#reactive-programming