1. 12 2月, 2019 1 次提交
  2. 08 2月, 2019 1 次提交
  3. 07 2月, 2019 1 次提交
    • C
      Add FlutterProjectArgs::root_isolate_create_callback (#7651) · ce073991
      Chris Bracken 提交于
      Allows embedders to specify a callback to be invoked in isolate scope
      once root isolate has been created and marked runnable.
      
      As an example of where this is useful, embedder unit test fixtures may
      want to include Dart functions backed by a native implementation. On
      isolate creation, this patch allows the unit test author to call
      Dart_SetNativeResolver in root isolate scope.
      ce073991
  4. 31 1月, 2019 2 次提交
  5. 30 1月, 2019 1 次提交
    • S
      Rename FlutterResult in embedder.h (#7567) · 474d8837
      stuartmorgan 提交于
      FlutterResult is also the name of a class in the Objective-C API
      surface, which is problematic when building a framework that contains
      both (such as a macOS implementation of the Flutter framework).
      474d8837
  6. 19 1月, 2019 1 次提交
  7. 17 1月, 2019 1 次提交
    • 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
  8. 10 1月, 2019 1 次提交
  9. 08 11月, 2018 1 次提交
  10. 08 9月, 2018 1 次提交
  11. 01 9月, 2018 1 次提交
  12. 29 8月, 2018 1 次提交
  13. 25 8月, 2018 1 次提交
  14. 26 1月, 2018 1 次提交
  15. 25 1月, 2018 1 次提交
  16. 18 1月, 2018 1 次提交
  17. 13 12月, 2017 1 次提交
  18. 15 11月, 2017 1 次提交
  19. 28 10月, 2017 1 次提交
  20. 20 9月, 2017 1 次提交
  21. 24 8月, 2017 1 次提交