view_model_macro 0.0.6 view_model_macro: ^0.0.6 copied to clipboard
Experimental support for ViewModel classes in Dart using pckg:macros.
0.0.6 #
- break: remove
initialData
andemptyWidget
fromStateStream
collector - add automatically emit of initial value to
StateStream
0.0.5 #
- remove stream from ActionNotifier in favor of extension type
ActionStream
- remove stream from StateNotifier in favor of extension type
StateStream
0.0.4 #
- remove name restriction of StateNotifier declaration
- remove name restriction of ActionNotifier declaration
0.0.3 #
- doc comments adjusts
0.0.2 #
- readme adjusts
0.0.1 #
- initial version of
package:view_model_macro