1. 08 8月, 2018 1 次提交
  2. 10 7月, 2018 2 次提交
  3. 16 6月, 2018 1 次提交
  4. 06 6月, 2018 1 次提交
    • S
      App life cycle delegate (#5302) · 1b327726
      Sigurd Meldgaard 提交于
      * Move the handling of delegating AppDelegate callback out of FlutterAppDelegate.
      
      Also moves the plugin registry to FlutterViewController. So each view-controller will handle its
      own plugins.
      
      This is intended to simplify including one or more Flutter views in an existing iOS app and giving
      more precise control of plugin registration.
      
      Fixes: https://github.com/flutter/flutter/issues/16539
      
      * formatting
      
      * Update license golden file
      
      * Fixed type error
      
      * FREEZE.unindexed
      
      * Fix Header types
      
      * Revert "FREEZE.unindexed"
      
      This reverts commit bebb70056c9bcb90b4321bdc2873896623ed6faa.
      1b327726
  5. 30 5月, 2018 1 次提交
  6. 26 5月, 2018 2 次提交
  7. 18 5月, 2018 1 次提交
  8. 17 5月, 2018 1 次提交
  9. 26 4月, 2018 1 次提交
  10. 21 3月, 2018 1 次提交
  11. 14 2月, 2018 1 次提交
  12. 02 11月, 2017 1 次提交
  13. 13 9月, 2017 1 次提交
  14. 12 9月, 2017 1 次提交
  15. 29 8月, 2017 1 次提交
  16. 24 8月, 2017 1 次提交
  17. 13 6月, 2017 1 次提交
  18. 10 6月, 2017 1 次提交
  19. 24 5月, 2017 1 次提交
  20. 11 5月, 2017 1 次提交
  21. 09 5月, 2017 2 次提交
  22. 20 4月, 2017 1 次提交
  23. 12 4月, 2017 1 次提交
  24. 03 2月, 2017 1 次提交
    • C
      Support status bar taps in FlutterAppDelegate (#3387) · c354127d
      Chris Bracken 提交于
      Provide a default status bar tap handler for FlutterAppDelegate.
      By default, taps are passed to the key window's rootViewController if
      it's a FlutterViewController. Apps with custom app delegates can
      customize this behaviour to send the tap to the FlutterViewController(s)
      they prefer by overriding touchesBegan:withEvent.
      c354127d
  25. 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
  26. 10 8月, 2016 1 次提交
  27. 13 7月, 2016 1 次提交
  28. 07 5月, 2016 1 次提交
  29. 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
  30. 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
  31. 01 4月, 2016 1 次提交
  32. 29 3月, 2016 1 次提交
  33. 26 3月, 2016 1 次提交
  34. 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
  35. 11 3月, 2016 1 次提交
  36. 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
  37. 05 12月, 2015 1 次提交