subpub 0.0.1-dev.9 copy "subpub: ^0.0.1-dev.9" to clipboard
subpub: ^0.0.1-dev.9 copied to clipboard

discontinued

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.9 - 2024-12-13 #

Changes #

  • README.md tweaks

Fixed #

  • Fixed typos

0.0.1-dev.8 - 2024-12-13 #

Fixed #

  • Fixed type handling for getters generated by macro

0.0.1-dev.7 - 2024-01-17 #

Changed #

  • Updated package topics in pubspec.yaml

0.0.1-dev.6 - 2024-01-17 #

Changed #

  • Updated package topics in pubspec.yaml

0.0.1-dev.5 - 2024-01-17 #

Changed #

  • Updated README info

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.flutter-io.cn

0.0.1-dev.2 - 2024-01-17 #

Added #

  • Screenshot to pub.flutter-io.cn package page

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
2
likes
40
points
4
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A lightweight and efficient state management solution for Flutter implementing the publisher-subscriber pattern with automatic dependency tracking and macro-powered code generation

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #state #state-management #viewmodel #macros

Documentation

Documentation

License

MIT (license)

Dependencies

flutter, macros

More

Packages that depend on subpub