reactter 8.0.0-dev.5 copy "reactter: ^8.0.0-dev.5" to clipboard
reactter: ^8.0.0-dev.5 copied to clipboard

A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.

example/README.md

Reactter examples #

This page contains several examples with different feature of Reactter.

And you can also view the examples online using zapp.

Quickstart #

Run next commands:

flutter create .
flutter run

for Github search example, add http permission(This is the documented here)

Counter #

Increase and decrease the counter.

Learn how to use reactive state using UseState.

Counter example

Implements: RtWatcher, UseState.

Calculator #

Performs simple arithmetic operations on numbers

Learn how to provide and consume a dependency

Counter example

Implements: BuildContext.use, RtProvider, RtSelector, RtWatcher, UseState.

Shopping cart #

Add, remove product to cart and checkout.

Learn how to access to other dependency and keep its state.

Shopping cart example

Implements: ReactterComponent, RtConsumer, RtProvider, RtProviders, RtSelector, UseDependencycy, UseState.

Tree widget #

Add, remove and hide child widget with counter.

Learn how to add or remove dependency dynamic and keep its state.

Tree widget example

Implements: BuilContext.use, BuilContext.watchId, Reactter.lazyState, ReactterComponent, RtProvider, UseEffect, UseState.

Search user or repository and show info about it.

Learn how to manage state in async way.

Github search example

Implements: Memo, RtConsumer, RtProvider, UseAsyncState.

To-Do List #

Add and remove to-do, mark and unmark to-do as done and filter to-do list.

Learn how to use the reducer hook like Redux.

To-Do List example

Implements: Reactter.lazyState, ReactterActionCallable, ReactterCompontent, RtConsumer, RtProvider, RtSelector, UseCompute, UseReducer.

Animate widget #

Change size, shape and color using animations.

Learn how to create a custom hook.

Animate widget example

Implements: Reactter.lazyState, RtConsumer, ReactterHook, RtProvider, RtSelector, UseCompute, UseEffect, UseState.

49
likes
0
points
605
downloads

Publisher

verified publisher2devs.io

Weekly Downloads

A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

meta

More

Packages that depend on reactter