1. 08 Mar, 2019 13 commits
  2. 07 Mar, 2019 9 commits
  3. 06 Mar, 2019 16 commits
  4. 04 Mar, 2019 2 commits
    • Amir Hardon's avatar
      Make RenderUiKitView reject absorbed touch events (#28666) · 5099701f
      Amir Hardon authored
      When a touch event that is in the bounds of a RenderUiKitView is absorbed by another render object,
      the RenderUiKitView's handleEvent is not called for that object. On the platform side, the touch event hits the FlutterTouchInterceptingView which is waiting for a framework decision that never arrived on whether to reject or accept the gesture.
      
      This change fixes the issue by having RenderUiKitView register a global PointerRoute, that is used to reject absorbed touch events.
      5099701f
    • Kate Lovett's avatar
      FAB Snippet for API Docs (#28752) · 013fd211
      Kate Lovett authored
      * Added code snippets for FloatingActionButton Class. ref:#21136
      
      * Extraneous white spaces.
      Co-Authored-By: 's avatarPiinks <katelovett@google.com>
      
      * Alignment correction.
      
      * The analyze result wasn't showing on github interface. Checked through Cirrus and it's all-green.
      Co-Authored-By: 's avatarPiinks <katelovett@google.com>
      013fd211