my_rx_state 0.0.2 copy "my_rx_state: ^0.0.2" to clipboard
my_rx_state: ^0.0.2 copied to clipboard

A simple and efficient state management package for Flutter that uses reactive programming (Rx) principles. This package allows you to create reactive states, listen for changes, and update UI compone [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_rx_state

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  my_rx_state: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:my_rx_state/my_rx_state.dart';
4
likes
140
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and efficient state management package for Flutter that uses reactive programming (Rx) principles. This package allows you to create reactive states, listen for changes, and update UI components efficiently. It supports both synchronous and asynchronous state updates, as well as global state management through RxStateManager. It also integrates with Flutter's widget lifecycle and can be used with custom widgets like RxBuilder and RxL complex state interactions.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on my_rx_state