subject 0.1.2
subject: ^0.1.2 copied to clipboard
Observer Pattern implementation for Dart, using callbacks, streams, etc... Subject code generator with annotations, to automatically generate an observable interface for any class.
0.1.2 #
Changed:
- Documentation to help with setting up the Code Generator
- Minor documentation improvements
0.1.1 #
Fixed:
- Builder name changed from
observer:subject
tosubject:build
0.1.0 #
Added:
- Annotation
@dontObserve
to exclude elements from being observed when using@subject
0.0.2 #
Changed:
- Improved documentation
0.0.1 #
Initial release: Subject