mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
"flutter build bundle" in Dart 2 mode now builds an assets directory containing the application and platform kernels along with the app's other assets. With this patch, embedders can run these bundles by setting FlutterProjectArgs.assets_path to the bundle directory. In this scenario, FlutterProjectArgs.main_path and packages_path will be ignored.