rxflutterify_binding 0.0.1 copy "rxflutterify_binding: ^0.0.1" to clipboard
rxflutterify_binding: ^0.0.1 copied to clipboard

A library built on top of Flutter that allows all widgets to automatically rebuild when their input streams emit events, making state management easier and more efficient.

example/README.md

rxflutterify_binding examples #

Counter #

In this example, the Stream of values is generated as follows. Essentially, it will produce a BehaviourSubject using the rxdart library.

final _counter = 0.react;

counter example

This is an illustration of implementing the MVVM using the RxDart. While there may be more optimized approaches, the implementation has been intentionally kept straightforward to serve as a clear example.

counter example

Shopping cart #

This is an illustration of implementing the MVVM using the RxDart. While there may be more optimized approaches, the implementation has been intentionally kept straightforward to serve as a clear example.

counter example

1
likes
60
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library built on top of Flutter that allows all widgets to automatically rebuild when their input streams emit events, making state management easier and more efficient.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on rxflutterify_binding