1. 05 Nov, 2018 3 commits
  2. 04 Nov, 2018 1 commit
    • sjindel-google's avatar
      Fix text field clipping when erasing rapidly. (#23894) · db9fe3f8
      sjindel-google authored
      `RenderEditable.paint` assumes that if the length of the text fits within the
      visible region, then the text will be rendered at the start of the region and be
      completely visible. This is not always true, since the text may still be
      rendered at an offset if an animation is ongoing when the text begins to fit.
      
      This fixes #22288 and #14121
      db9fe3f8
  3. 03 Nov, 2018 2 commits
  4. 02 Nov, 2018 4 commits
  5. 01 Nov, 2018 5 commits
  6. 31 Oct, 2018 5 commits
    • jslavitz's avatar
      Scaffold drawer fix (#23689) · a63ed4e3
      jslavitz authored
      * Adds drawer state query functions
      a63ed4e3
    • Amir Hardon's avatar
      Re-land "Initial framework support for iOS platform views." (#23781) · 8de86d41
      Amir Hardon authored
      Re-landing #23412 with a fix to the PlatformLayer's addToScene signature.
      
      #23412 was broken by the change to Layer done in #23434.
      
      It seemed green as the presubmits were done before #23434 was landed, and when #23412 landed it broke the build.
      
      Reverts #23779
      8de86d41
    • Amir Hardon's avatar
      b20e7a26
    • Amir Hardon's avatar
      Initial framework support for iOS platform views. (#23412) · 67ffe1c2
      Amir Hardon authored
      This PR adds the full framework stack (layer->render object->widget, and
      service) for embedding iOS views with minimal functionality.
      
      I allowed myself to throw the entire framework stack in one PR since we're mostly
      mirroring the structure we already established for embedded Android views, so this PR
      is a little bigger than usual. I'm happy to break it down to the
      different pieces of the stack if reviewers prefer.
      
      Specifically this PR adds:
      * A UiKitView widget for embedding a UIView in the widget tree.
      * A RenderUiKitView which is the render object for showing a
        UIView.
      * A PlatformViewLayer which denotes the position of a UIView in the
        layer tree.
      * The iOS platform_views system channel client code in services/platform_views.dart
      * Splits the fake platform views controller to an Android and iOS
        controllers.
      
      TBD in following PRs:
      * Plumb the layout direction all the way to the platform view (currently
        there is still no engine support for it).
      * Integrate with gesture arenas (engine support is still missing as
        well).
      67ffe1c2
    • MH Johnson's avatar
      [Material] Theme for Dialogs (#23569) · 50098f14
      MH Johnson authored
      * [Material] Add dialog theme.
      
      * Address Hans' first round comments.
      
      * Address Hans' Second round comments.
      
      * Fix theme tests
      
      * Address Will's comments, add golden test
      
      * Update goldens
      
      * Custom Border radius 16.0
      
      * Address Hans' Comments
      
      * Second round comments
      
      * fix imports
      50098f14
  7. 30 Oct, 2018 5 commits
  8. 29 Oct, 2018 1 commit
  9. 27 Oct, 2018 1 commit
  10. 26 Oct, 2018 5 commits
  11. 25 Oct, 2018 4 commits
  12. 24 Oct, 2018 1 commit
  13. 23 Oct, 2018 3 commits