An open API service indexing awesome lists of open source software.

https://github.com/jvcss/statemanager

snippets for state management tools
https://github.com/jvcss/statemanager

animation api bloc flutter-bloc flutter-bloc-pattern provider-state-management

Last synced: about 1 month ago
JSON representation

snippets for state management tools

Awesome Lists containing this project

README

          

# statemanager

Many branches with all types of state management

## Getting Started

This project is a starting point for a MyState Management Flutter application.

You can clone a specific snippet project to avoid misstructured the concepts.

- Singleton + ValueNotifier

- `git clone --depth 1 -b vanilla_state_manager_crud `

- ...

- How to implement Visuals?

```dart
GaugeChartWidget(
width: 200,
height: 300,
data: GaugeData(
label: 'Gauge',
color: Colors.blue,
backgroundColor: Colors.grey,
strokeWidth: 20.0,
showText: true,
value: random.nextDouble() * 100,
),
),
```

- Features example!

![Image](/doc/features.png)