1. 24 Jul, 2017 3 commits
  2. 22 Jul, 2017 1 commit
  3. 21 Jul, 2017 11 commits
    • Devon Carew's avatar
      ignore PausePostRequest when reloading (#11340) · a92a6270
      Devon Carew authored
      * ignore postpauseevents when reloading
      
      * Update run_hot.dart
      
      comment changes to kick the appveyor bot
      a92a6270
    • Ian Hickson's avatar
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
    • Collin Jackson's avatar
      Fix physics with NestedScrollView (#11326) · e0f3001f
      Collin Jackson authored
      * Fix physics with NestedScrollView
      
      * Review feedback
      e0f3001f
    • Ian Hickson's avatar
      AnimatedCrossFade layout customisation (#11343) · 1f08bda3
      Ian Hickson authored
      * Optimise AnimatedSize for the tight case.
      * Remove `default` from a switch statement over enum (so that analyzer will complain if we add enum values).
      * Adopt the Size since we use it after the child may have changed (which would throw normally).
      * AnimatedCrossFade.layoutBuilder
      1f08bda3
    • Phil Quitslund's avatar
      Flutter create widget test template. (#11304) · f0c2d5ed
      Phil Quitslund authored
      * Flutter create widget test template.
      
      Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
      
      * Generate widget test bits in flutter create.
      
      * Path fix.
      
      * Added types.
      
      * Skip shell testing on windows.
      
      * formatting fixes
      
      * Update test sample to test the sample app.
      
      * Formatting tweak.
      f0c2d5ed
    • Phil Quitslund's avatar
      Bump Dart SDK to 1.25.0-dev.7.0. (#11342) · c0e98096
      Phil Quitslund authored
      c0e98096
    • gspencergoog's avatar
      Fix Navigator.pop for named routes. (#11289) · e4860ef0
      gspencergoog authored
      * Prefix and Suffix support for TextFields
      
      * Adding Tests
      
      * Removing spurious newline.
      
      * Fixing a small problem with the test
      
      * Code review changes
      
      * Code Review Changes
      
      * Review Changes
      
      * Export the new StrokeJoin enum
      
      * Added example for line styles, and enabled line join styles.
      
      * Reverting inadvertent change to main.dart.
      
      * Updated due to code review of engine code
      
      * Removed example.
      
      * Added arguments to named routes, with test.
      
      * Fixing some formatting
      
      * Fixing Navigator.pop for named routes.
      
      * Fixing comment.
      
      * Simplifying test.
      
      * Fixing new -> const for Text object.
      
      * Tiny text change (also to kick a new Travis build)
      
      * Added a more realistic test case.
      
      * Reverting unintentional iml changes.
      
      * Fixing trailing newline
      
      * Removing some changes that snuck in.
      e4860ef0
    • xster's avatar
      iOS text selection (#11224) · aa096b50
      xster authored
      Extract common text selection overlay logic from Material to Widget and create a Cupertino version of the overlays
      aa096b50
    • Devon Carew's avatar
    • Jason Simmons's avatar
      Do not call saveLayer for physical model layers whose bounds are simple rectangles (#11324) · 9d901327
      Jason Simmons authored
      This is similar to an optimization done in PhysicalModelLayer::Paint in the engine
      9d901327
  4. 20 Jul, 2017 7 commits
  5. 19 Jul, 2017 17 commits
  6. 18 Jul, 2017 1 commit