solid_annotations 3.0.0-dev.2
solid_annotations: ^3.0.0-dev.2 copied to clipboard
Annotations for the solid transpiler to enable fine-grained reactivity in Flutter applications.
3.0.0-dev.2 #
- DOCS: Update
WidgetEnvironment.environment()doc comment —solid_generatornow only auto-injectsdispose:when the created type is recognized as needing it (has a provabledispose(), or is@Solid*-annotated — same-file or cross-file); omittingdispose:on a type provably without one injects nothing instead of a call that previously failed source-layer typechecking with a compile-timeundefined_methoderror on.dispose().
3.0.0-dev.1 #
- BREAKING: Raise the Dart SDK lower bound to
^3.10.0and align with the solidart v3 ecosystem (flutter_solidart^3.0.0-dev.1). - CHORE: Bump
meta,provider, andvery_good_analysis.
2.0.0+1 #
- DOCS: Update README installation.
2.0.0 #
- FEAT:
Disposablemarker for environment values that need teardown. - FEAT:
untracked(() => …)source-time stub for untracked writes inside reactive bodies (mirrorsflutter_solidart'suntracked; identity at the source level, resolves to the runtime function after generation).
1.0.0 #
- Initial version.