clean_architecture_with_state_management 0.0.2
clean_architecture_with_state_management: ^0.0.2 copied to clipboard
create clean architecture with state management
clean_architecture_with_state_management #
A Dart package for clean architecture with state management.
Overview #
This Dart package provides a clean architecture template with state management.
Features #
- Separation of concerns with clean architecture principles.
- State management integration for a smooth user interface.
- Easily customizable and extendable.
Getting Started #
Installation #
Add the following dependency to your pubspec.yaml
file:
dependencies:
clean_architecture_with_state_management: ^0.0.1
Usage #
Basic usage example:
dart run clean_architecture_with_state_management your_feature_name