1. 30 3月, 2017 2 次提交
  2. 29 3月, 2017 4 次提交
  3. 28 3月, 2017 3 次提交
  4. 25 3月, 2017 3 次提交
  5. 24 3月, 2017 5 次提交
  6. 23 3月, 2017 1 次提交
  7. 21 3月, 2017 4 次提交
  8. 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
  9. 15 3月, 2017 1 次提交
  10. 14 3月, 2017 2 次提交
  11. 10 3月, 2017 1 次提交
  12. 09 3月, 2017 1 次提交
  13. 08 3月, 2017 1 次提交
    • J
      Add podspec to Flutter iOS framework. (#3467) · d40c5bc9
      Jakob Andersen 提交于
      * Add podspec to Flutter iOS framework.
      
      Flutter iOS apps are already pod-enabled, so we might as well turn the
      engine framework into a pod, so we don't have to manually copy the
      current Flutter.framework into the app directory on every build, but
      rather let Cocoapods wire things up for us.
      
      For that to happen, we need a pod spec for Flutter.framework. This spec
      will not be published, but rather downloaded as part of the engine
      artifacts, and the app's Podfile will have a local path dependency on
      it.
      
      * Update licenses_golden...
      d40c5bc9
  14. 04 3月, 2017 1 次提交
  15. 02 3月, 2017 2 次提交