-
Notifications
You must be signed in to change notification settings - Fork 30.8k
Native Assets Custom Device #187980
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listcustomer: toyotahas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specificallyteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool teamworkaround availableThere is a workaround available to overcome the issueThere is a workaround available to overcome the issue
Description
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listcustomer: toyotahas reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specificallyteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool teamworkaround availableThere is a workaround available to overcome the issueThere is a workaround available to overcome the issue
Steps to reproduce
custom-devicesentry (platform: linux-x64) andflutter config --enable-custom-devices --enable-native-assets.hook/build.dartthat is normally only relevant on another platform — e.g.dev/integration_tests/new_galleryreproduces this directly.flutter run -d <custom-device-id>(orflutter build bundle).Expected results
The asset bundle builds. Code-asset hooks that emit nothing for
OS.linux(likeobjective_c) should not block the build, and no native (CMake) compiler match is required because a custom device / bundle build has no native app build.Actual results
Flutter Doctor output
Doctor output