trple 1.0.0-dev.3
trple: ^1.0.0-dev.3 copied to clipboard
Abstraction for the Segmented State Pattern.
Trple #
Trple is a Dart package that provides an abstraction for the Segmented State Pattern, offering a robust solution for state management in Flutter applications.
Features #
- Implements the Segmented State Pattern
- Provides a
Storeclass for managing application state - Includes a
StoreBuilderwidget for easy integration with Flutter UI - Supports asynchronous state updates
- Handles loading states and errors automatically
Getting Started #
To use, include in your pubspec.yaml:
dependencies:
trple: <last version>