subpub 0.0.1-dev.9 subpub: ^0.0.1-dev.9 copied to clipboard
A lightweight and efficient state management solution for Flutter implementing the publisher-subscriber pattern with automatic dependency tracking and macro-powered code generation
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.1-dev.4] - 2024-01-17 #
Fixed #
- Updated screenshot URL to use GitHub raw permalink in README
- Fixed screenshot path in pubspec.yaml to use local path
[0.0.1-dev.3] - 2024-01-17 #
Fixed #
- Added screenshot dimensions to pubspec.yaml for proper display on pub.dev
[0.0.1-dev.1] - 2024-01-17 #
Added #
- Initial pre-release of SubPub
- Core
Publisher
class implementing publisher-subscriber pattern Subscriber
widget for automatic dependency tracking@Publish
macro for generating boilerplate code- Automatic getter generation for private fields
- Singleton pattern implementation through macros
- Type-safe state management
- Flutter integration with ChangeNotifier
- Comprehensive documentation with examples
- Screenshot demonstrating usage