Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flutterando/asp

ASP (Atomic State Pattern) offers a simplified and modularized approach to state management for Flutter.
https://github.com/flutterando/asp

dart flutter

Last synced: about 13 hours ago
JSON representation

ASP (Atomic State Pattern) offers a simplified and modularized approach to state management for Flutter.

Awesome Lists containing this project

README

        

# ASP - Atomic State Pattern

[![Pub Version](https://img.shields.io/pub/v/asp.svg)](https://pub.dev/packages/asp)
[![codecov](https://codecov.io/github/Flutterando/asp/graph/badge.svg?token=MR0KTXEHD2)](https://codecov.io/github/Flutterando/asp)
![LICENSE](https://img.shields.io/hexpm/l/modular)
[![GitHub stars](https://badgen.net/github/stars/Flutterando/asp)](https://GitHub.com/Flutterando/asp/stargazers/)

![image](/assets/logo.png)

ASP (Atomic State Pattern) offers a simplified, predictable, and powerful state management solution for Flutter.

Website: [https://asp.flutterando.com.br](https://asp.flutterando.com.br)

## Documentation

Get Started: [https://asp.flutterando.com.br/docs/introduction/getting-started](https://asp.flutterando.com.br/docs/introduction/getting-started)

Core: [https://asp.flutterando.com.br/docs/introduction/core](https://asp.flutterando.com.br/docs/introduction/core)

Examples: [https://asp.flutterando.com.br/docs/category/examples](https://asp.flutterando.com.br/docs/examples).

## Installation

```sh
flutter pub add asp
```

## Features and bugs

Please send feature requests and bug reports to the issue tracker.

This README was created based on templates made available by Stagehand under a BSD-style license.