1. 21 Jul, 2017 6 commits
    • 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
  2. 20 Jul, 2017 7 commits
  3. 19 Jul, 2017 17 commits
  4. 18 Jul, 2017 4 commits
  5. 17 Jul, 2017 6 commits