flutter_sdui_converter 1.0.2
flutter_sdui_converter: ^1.0.2 copied to clipboard
Converts annotated Flutter widgets into SDUI (Server-Driven UI) JSON schemas.
Changelog #
1.0.2 - 2026-04-08 #
1.0.1 #
- Fix
ComponentParsercompatibility withanalyzer12.0.0 — updated AST traversal to useClassDeclaration.body.membersandClassDeclaration.namePart.typeNameafter breaking API changes in analyzer 12. - Bump dependency constraints:
analyzer ^12.0.0,args ^2.7.0,glob ^2.1.3,path ^1.9.1,yaml ^3.1.3. - Switch dev dependency from
lintstoflutter_lints ^6.0.0; bumptestto^1.31.0. - README: add
num → numberto the Dart type mapping table; add missing breaking-change rows (Prop became required,Action support removed,Action support added); addflutter_sdui_kitto the workspace table.
1.0.0 #
- Initial version.