reactter 6.0.0-dev copy "reactter: ^6.0.0-dev" to clipboard
reactter: ^6.0.0-dev copied to clipboard

A light, powerful and quick Reactive State Management, Dependency Injection and Event 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 reactive state using signal.

Counter example

Implements: ReactterWatcher, Signal.

Calculator #

Performs simple arithmetic operations on numbers

Learn how to provide and consume an instance.

Counter example

Implements: BuildContext.use, List<ReactterState>.when, ReactterConsumer, ReactterProvider, Signal.

Shopping cart #

Add, remove product to cart and checkout.

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

Shopping cart example

Implements: List<ReactterState>.when, ReactterComponent, ReactterConsumer, ReactterProvider, ReactterProviders, UseInstance, UseState.

Tree widget #

Add, remove and hide child widget with counter.

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

Tree widget example

Implements: BuilContext.use, BuilContext.watchId, ReactterComponent, ReactterProvider, UseEffect, UseState.

Search user or repository and show info about it.

Learn how to manage state in async way.

Github search example

Implements: Generic arguments, Reactter.memo, ReactterConsumer, ReactterProvider, 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.lazy, ReactterActionCallable, ReactterConsumer, ReactterProvider, UseCompute, UseReducer.

Animate widget #

Change size, shape and color using animations.

Learn how to create a custom hook.

Animate widget example

Implements: Reactter.lazy, ReactterConsumer, ReactterHook, ReactterProvider, UseCompute, UseEffect, UseState.

48
likes
0
pub points
17%
popularity

Publisher

verified publisher2devs.io

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on reactter