[Future] Macros feature docs plan #5722
Labels
e2-days
Can complete in < 5 days of normal, not dedicated, work
meta.umbrella
Collects multiple related issues
p1-high
Major but not urgent concern: Resolve in months. Update each month.
Breaking out the "Future" section from #5692
Once the serialization macro is stable, add it as the recommended json serialization option:
language/macros
page to the JSON pageOnce writing a macro is available to users, document how to write macros:
language/macros
page to be the main landing page for the language feature, focus on writing macros... implements ClassDeclarationsMacro
= can be applied to a class, and adds new declarations to the class. Document all options and characteristics.builder.declareInType
, etcToJson
andFromJson
inJsonSerializable
)json_key.dart
) and have your macro use it (FieldDeclaration
/FieldConfig
?)Document Augmentation as a separate feature, referenced by the macros content.
The text was updated successfully, but these errors were encountered: