1. 09 4月, 2016 3 次提交
    • C
      Remove SkyHeadless (#2587) · bac3af48
      Chinmay Garde 提交于
      bac3af48
    • C
      Leak the embedder message loop on Mac. (#2585) · cc3801a4
      Chinmay Garde 提交于
      Dart has the tendency to call `exit()` on arbitrary threads. This causes
      the assertion to trip. Since this should only happen when Dart is
      running the shell in non-interactive mode, we leak the message loop
      without proper shutdown.
      
      We should never hit this path on iOS.
      cc3801a4
    • A
      Rename PlatformViewAndroid to io.flutter.view.FlutterView (#2586) · a299d69f
      Adam Barth 提交于
      This patch cleans up the public Java interface to the Flutter engine. The code
      that we intend to be re-usable is now in the io.flutter.view package. The two
      public classes are:
      
       * FlutterMain, which controls initialization of the system, and
       * FlutterView, which is an Android view that hosts a Flutter app.
      
      We'll need to interate on these interface over time, but at least these names
      are more reasonable.
      a299d69f
  2. 08 4月, 2016 2 次提交
  3. 07 4月, 2016 4 次提交
  4. 06 4月, 2016 5 次提交
  5. 05 4月, 2016 3 次提交
  6. 02 4月, 2016 1 次提交
  7. 01 4月, 2016 4 次提交
  8. 31 3月, 2016 11 次提交
  9. 30 3月, 2016 4 次提交
  10. 29 3月, 2016 3 次提交