Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/flutterando/asp
- Owner: Flutterando
- License: mit
- Created: 2023-05-26T19:17:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T01:34:00.000Z (26 days ago)
- Last Synced: 2024-10-23T01:42:34.328Z (25 days ago)
- Topics: dart, flutter
- Language: C++
- Homepage: https://pub.dev/packages/asp
- Size: 2.51 MB
- Stars: 42
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.