1. 20 7月, 2018 1 次提交
  2. 19 7月, 2018 3 次提交
  3. 18 7月, 2018 1 次提交
  4. 17 7月, 2018 3 次提交
  5. 14 7月, 2018 6 次提交
  6. 12 7月, 2018 3 次提交
    • J
      rollback chrome change (#5721) · c5a63d28
      Jonah Williams 提交于
      c5a63d28
    • A
      Platform Views: Android and MethodChannel APIs, and implementation skeleton. (#5684) · 68d81a31
      amirh 提交于
      To keep the scope of this CL as small of possible I'm leaving the actual
      implementation of the platform view mechanics to a following CL.
      
      This CL introduces:
        * A PlatformViewsController class which will be responsible for creating,
          resizing, and disposing platform views.
        * A PlatformViewRegistry which is exposed through the PluginRegistry
          and allows plugins to register factories for platform views.
      
      Android plugin code will add support for a new platform view type by
      implementing PlatformViewFactory, and registering a factory with the
      registry, e.g:
      ```java
      registrar.platformViewRegistry().registerViewFactory(
        'webview',
        new FlutterWebViewFactory()
      );
      ```
      On the Dart side, the framework will ask the engine to create new
      platform views by sending a create message over the platformviews method
      channel with the unique platform view type id, dimensions, and a unique
      id allocated by the framework for the new platform view instance.
      The platformviews method channel is also used for resizing and disposing
      platform views.
      68d81a31
    • J
  7. 11 7月, 2018 1 次提交
  8. 10 7月, 2018 2 次提交
  9. 04 7月, 2018 3 次提交
  10. 02 7月, 2018 1 次提交
  11. 29 6月, 2018 1 次提交
  12. 28 6月, 2018 1 次提交
  13. 26 6月, 2018 2 次提交
  14. 21 6月, 2018 2 次提交
  15. 20 6月, 2018 3 次提交
  16. 19 6月, 2018 1 次提交
  17. 16 6月, 2018 2 次提交
  18. 15 6月, 2018 1 次提交
  19. 14 6月, 2018 2 次提交
  20. 13 6月, 2018 1 次提交