-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: qualityA truly polished experienceA truly polished experiencetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
This was an attempt at creating a workflow that better integration code generation into flutter run. Nevertheless, there were a number of failures and issues that were unsolvable:
- Maintaining build_runner integration code was trickier than expected, due to the large API surface
- Surfacing errors in an actionable way was hard when so much of the functionality relied on autogenerated code
- Further complications from null safety means than generate + check-in workflows might be more compelling, due to the need to closely control build_runner versions.
Because of this, we've decided to deprecate and remove the functionality and recommend that users use dart pub run build_runner instead.
maks and Bubu
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: qualityA truly polished experienceA truly polished experiencetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.