-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#38296Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically
Description
FlDartProject doesn't support overriding the asset directory or the ICU data path, but instead hardcodes them to data/flutter_assets and data/icudtl.dat respectively.
Add support for overriding the defaults. The asset path override is useful for authoring fixture tests. See #117102. The ICU data path is for parity with other desktop embedders which support overriding this value.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specifically