1. 29 3月, 2017 1 次提交
  2. 19 3月, 2017 1 次提交
  3. 17 3月, 2017 1 次提交
    • M
      Remove old flutter messaging API (#3482) · c4edec74
      Mikkel Nygaard Ravn 提交于
      Breaking change: removed facilities for JSON and string messaging from FlutterView/FlutterViewController, leaving only binary messaging there. All other use of flutter communication now goes through FlutterMessageChannel and FlutterMethodChannels. Retained use of String and JSON codecs for now.
      
      Companion flutter PR: flutter/flutter#8837
      c4edec74
  4. 18 10月, 2016 1 次提交
  5. 14 10月, 2016 2 次提交
    • A
      Add SystemNavigator.pop (#3130) · da96a8bd
      Adam Barth 提交于
      This method will let us remove the activity service.
      da96a8bd
    • A
      Remove unused services (#3128) · 50f1b8d9
      Adam Barth 提交于
      The platform use cases are handled by the PlatformPlugin. The media service and
      the sensor service have no clients. If we want to use them, we should create
      plugins for them.
      50f1b8d9
  6. 13 10月, 2016 1 次提交