Open
Description
Per a discussion in Discord, running flutter build bundle
as part of a custom embedding build flow is apparently getting (at least in debug mode) the Dart plugin registration generated. This breaks the intent that the registration is embedding-specific, driven by the embedding-specific dartPluginClass
entries in the pubspec.
This will be problematic for custom embeddings expecting the default platform channel--including existing implementations that used to work--as we move to diverging per-package platform channels.
Metadata
Metadata
Assignees
Labels
Important issues not at the top of the work listSupport for writing, building, and running plugin packagesOwned by Flutter Tool teamAffects the "flutter" command-line tool. See also t: labels.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Triaged by Flutter Tool team