reactter 4.1.2 copy "reactter: ^4.1.2" to clipboard
reactter: ^4.1.2 copied to clipboard

Reactter is a light, powerful and reactive state management.

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:

Counter #

Increase and decrease the counter.

Learn how to use signal.

Counter example

Implements: ReactterWatcher, Signal.

Calculator #

Performs simple arithmetic operations on numbers

Learn how to use multiple signal.

Counter example

Implements: ReactterContext, ReactterProvider, ReactterWatcher, Signal.

Todos #

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.

Todos example

Implements: ReactterActionCallable, ReactterContext, ReactterProvider, UseReducer.

Shopping cart #

Add, remove product to cart and checkout.

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

Shopping cart example

Implements: ReactterComponent, ReactterContext, ReactterProvider, ReactterProviders, UseState.

Tree widget #

Add, remove and hide child widget with counter.

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

Tree widget example

Implements: ReactterComponent, ReactterContext, ReactterProvider, UseState.

Search user or repository and show info about it.

Learn how to manage state in async way.

Github search example

Implements: ReactterContext, ReactterComponent, ReactterProvider, UseAsyncState, UseState.

Animate widget #

Change size, shape and color using animations.

Learn how to create a custom hook.

Animate widget example

Implements: ReactterContext, ReactterHook, ReactterProvider, UseEvent.

48
likes
140
pub points
17%
popularity

Publisher

verified publisher2devs.io

Reactter is a light, powerful and reactive state management.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on reactter