• C
    Deprecate FlutterProjectArgs.main_path, packages_path (#7497) · 1e93a8eb
    Chris Bracken 提交于
    As of Dart 2, running from Dart source is no longer supported.  Dart
    code should now be compiled to kernel form and will be loaded by from
    kernel.blob in the assets directory. We retain the struct members for ABI
    stability. package_path is also not required since kernel blobs are
    self-contained.
    1e93a8eb
embedder.h 10.2 KB