1. 15 Feb, 2019 8 commits
  2. 14 Feb, 2019 6 commits
  3. 13 Feb, 2019 19 commits
  4. 12 Feb, 2019 7 commits
    • Raouf Rahiche's avatar
      fix small typo (#27659) · 964fab02
      Raouf Rahiche authored
      just a small typo 
      the word "the constraints" is duplicated
      964fab02
    • xster's avatar
      892c8919
    • Gary Qian's avatar
    • Jake Gough's avatar
      Added 'physics' prop to Stepper. (#26297) · dfce0a7f
      Jake Gough authored
      * Update stepper.dart
      
      Added 'physics' prop which allows the developer to assign the Stepper's scroll view's 'ScrollPhysics' which can solve with unwanted scrolling behaviour if the parent is also a scroll view. Defaults to 'AlwaysScrollableScrollPhysics' if null.
      
      * Update stepper.dart
      
      Removed unnecessary import and defaulting to 'AlwaysScrollableScrollPhysics' if physics prop is null.
      
      * Update stepper.dart
      
      Ran through format to remove unwanted whitespace which Analysis isn't happy about.
      
      * Update stepper.dart
      
      Tried reformatting again.
      
      * Update stepper.dart
      
      Tried reformatting again.
      
      * Update stepper.dart
      
      Formatting again why do you hate me github editor.
      
      * Update stepper.dart
      
      * Update stepper.dart
      
      if this format doesn't work i'll cry
      
      * Update stepper_test.dart
      
      Added Stepper scroll tests. One that fails to find Text after Stepper if physics left as null and one that succeeds if physics set to `ClampingScrollPhysics()`
      
      * Update stepper_test.dart
      
      Added const constructors
      
      * Update stepper_test.dart
      
      trying to get rid of whitespace again
      
      * Update stepper_test.dart
      
      * Update stepper_test.dart
      
      why whitespace why
      
      * Update stepper_test.dart
      
      * Update stepper_test.dart
      
      * Update stepper_test.dart
      
      * Update stepper_test.dart
      
      Swapped to `findsNothing` because I'm an idiot.
      
      * Update stepper_test.dart
      
      * Update stepper.dart
      dfce0a7f
    • rami-a's avatar
      [Material] Update the card demo in the Gallery to demonstrate different uses... · c348be97
      rami-a authored
      [Material] Update the card demo in the Gallery to demonstrate different uses of the Card widget (#27699)
      
      Additionally, this adds a tappable Card example to the Card documentation.
      c348be97
    • vanya elizarov's avatar
    • Ian Hickson's avatar
      Prevent tests from importing other tests. (#27800) · 58939b70
      Ian Hickson authored
      This pattern is problematic when Flutter is ported to build systems
      that require each executable end-point to be self-contained (e.g.
      Bazel).
      58939b70