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: 4 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:06:42.000Z (about 1 year ago)
- Last Synced: 2025-01-17T02:50:47.297Z (about 1 year ago)
- Topics: dart, flutter
- Language: C++
- Homepage: https://pub.dev/packages/asp
- Size: 3.03 MB
- Stars: 44
- Watchers: 5
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP - Atomic State Pattern
[](https://pub.dev/packages/asp)
[](https://codecov.io/github/Flutterando/asp)

[](https://GitHub.com/Flutterando/asp/stargazers/)

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.