state_pulse 0.0.2
state_pulse: ^0.0.2 copied to clipboard
Lightweight reactive & persistent state management for Flutter.
0.0.2 #
- Added main public API entry file (
state_pulse.dart). - Moved internal implementation to
lib/src/following Flutter conventions. - Added complete Flutter example under
/example. - Updated README, documentation comments, and metadata.
- Fixed pub.dev warnings for missing example and incorrect exports.
- Cleaned project structure for long-term maintainability.
0.0.1 #
- Initial release of StatePulse.
- Added:
StatePulseProviderfor dependency injection.StatePulseBuilderfor reactive widget rebuilding.HydratedStatePulsemixin for automatic persistence.
- First prototype of reactive + hydrated state management.