flutter/docs/unsorted_wiki/Code-generation-in-Flutter.md
Kate Lovett ed8eaf1b84
Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)
Part of https://github.com/flutter/flutter/issues/145009
This is part one of the wiki migration.
This moves all wiki pages wholesale into the new docs directory with no changes.
Follow up PRs will sort them, updating breadcrumbs and links.
2024-05-17 22:12:18 +00:00

339 B

Flutter previously supported code generation via flutter generate.

However, flutter generate is deprecated and slated to be removed in a future flutter release. Instead, consider build runner, which is easier to use directly, and can be used to generate code for Flutter projects.

See also: https://pub.dev/packages/build_runner