repo_notifier 0.0.1-beta.1
repo_notifier: ^0.0.1-beta.1 copied to clipboard
A Flutter package providing a simple and efficient way to manage repository state with built-in CRUD operations and state management.
0.0.1-beta.1 #
Initial beta release of the repo_notifier package.
Note: This is a pre-release version that depends on Dart SDK 3.6.0-334.4.beta.
Features #
- Core repository state management functionality
- Type-safe state handling with sealed classes
- Pattern matching for state handling
- Previous state preservation for optimistic updates
- CRUD operations support with built-in state management
- Create, Read, Update, Delete operations
- Automatic loading state handling
- Error handling with stack trace support
- UI integration
- Subscriber widget for automatic UI updates
- Efficient widget rebuilding
- Example project demonstrating:
- Basic CRUD operations
- State handling
- UI integration
- Error handling