1. 02 2月, 2017 1 次提交
  2. 29 11月, 2016 1 次提交
  3. 23 11月, 2016 1 次提交
  4. 29 10月, 2016 1 次提交
  5. 24 9月, 2016 1 次提交
    • C
      Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. (#3053) · 9eb446e0
      Chinmay Garde 提交于
      * Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
      * shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
      * GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
      * GPU subcomponent has been updated make it more suitable for Vulkan integration.
      * The GLFW backend has been resurrected.
      9eb446e0
  6. 10 8月, 2016 1 次提交
  7. 27 5月, 2016 1 次提交
  8. 07 5月, 2016 1 次提交
  9. 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
  10. 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
  11. 29 3月, 2016 1 次提交
  12. 26 3月, 2016 2 次提交
  13. 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