mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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.
339 B
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