1. 01 6月, 2016 1 次提交
  2. 07 5月, 2016 1 次提交
  3. 06 5月, 2016 1 次提交
  4. 04 5月, 2016 1 次提交
    • A
      Move main_ios.mm over to public APIs (#2637) · 29c80227
      Adam Barth 提交于
      After this patch, main_ios.mm now consumes Flutter.framework via public APIs.
      This patch prepares us to move Flutter on iOS over to consuming
      Flutter.framework as a binary artifact.
      29c80227
  5. 29 4月, 2016 1 次提交
    • A
      Clarify which source files are part of Flutter.framework (#2630) · d980ee5d
      Adam Barth 提交于
      All the headers for Flutter.framework are now in framework/Headers and all the
      source files for Flutter.framework are now in framework/Source. Previously it
      was unclear that FlutterAppDelegate and main_ios.mm weren't part of
      Flutter.framework. (They still build as part of the framework, but that's
      something I'll fix in a later patch.)
      d980ee5d
  6. 18 3月, 2016 1 次提交
    • C
      Make the iOS shell use the public Flutter framework API. · 46070d43
      Chinmay Garde 提交于
      Also cleans up the messages when errors occur in both modes. I have also made the API a lot simpler and moved more of the extraneous stuff out of public. Only FlutterViewController and the Dart project configuration are publically available.
      46070d43
  7. 09 3月, 2016 1 次提交
  8. 08 3月, 2016 1 次提交
    • C
      iOS: Cleanup and move guts of the embedder into FlutterViewController. · 8ec0463d
      Chinmay Garde 提交于
      * Remove engine code from SkySurface into the controller.
      * The public API exposed by Flutter.framework for third-party embedders is present ios/public.
      * Public view controller API uses idiomatic Objective-C and is subclassable by consumers.
      * Paves way for moving the embedder into a framework.
      8ec0463d