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 [...]

example/lib/main.dart

import 'package:example/src/my_screen.dart';
import 'package:flutter/material.dart';

import 'src/my_app.dart';

void main() {
  runApp(MyApp());
}
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