- 07 Mar, 2017 4 commits
-
-
Yegor authored
-
John McCutchan authored
* Request the user upgrade if the Android SDK version is 24 * Update android_sdk_test.dart * Update android_sdk.dart
-
Chris Bracken authored
This matches the default for Runner.xcodeproj and fixes a linker warning when the two projects use different values.
-
Chris Bracken authored
Add 20x20 notification icons. Remove unused 76x76 (3x scale) icon. Fixes warnings for missing/unused icon assets in Xcode 8.2.x
-
- 06 Mar, 2017 11 commits
-
-
Chris Bracken authored
This prevents project re-validation on initial Xcode launch.
-
Todd Volkert authored
-
Todd Volkert authored
1. Add matchers for the `ProcessExit` exception class 2. Add ability to control the setup of the `AppContext` we use in `testUsingContext()` 3. Clean up the code that figures out the location of `Cache.flutterRoot` such that it works with `pub run test`. It previously only worked when the tests were invoked with standalone `dart` `#3` above will also help unblock #7941
-
Michael Thomsen authored
* Small update to instructional comments in app template * Update Flutter Driver comment Good suggestion to add the link, Seth! I also updated the working to match what that page uses.
-
Adam Barth authored
-
Todd Volkert authored
-
Todd Volkert authored
-
Hans Muller authored
-
Michael Goderbauer authored
-
Mikkel Nygaard Ravn authored
Engine roll to include https://github.com/flutter/engine/pull/3462
-
Sarah Zakarias authored
-
- 05 Mar, 2017 1 commit
-
-
Luke authored
* clamp the pixels used in the page calculation to be within min + max extents to avoid pages outside of the range of children * add test to check onPageChanged not fired on overscroll
-
- 04 Mar, 2017 14 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
Fix a few regressions.
-
Chris Bracken authored
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
Yegor authored
* add crash reporting without enabling it * do not drop futures on the floor * return exitCode from executable run * debug travis * remove unnecessary todo * rename local fs getter
-
- 03 Mar, 2017 9 commits
-
-
Adam Barth authored
Fixes #8557
-
xster authored
* Use exact Ahem and exact dimensions for test * use ‘px’ everywhere
-
Hans Muller authored
-
Luke authored
-
Adam Barth authored
This feature lets you see a portion of the next and previous page in a PageView. Fixes #8408
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Adam Barth authored
Previously, we would create a simulation whose initial velocity did not match the requested parameters. We now compute the parameters for the simulation in a way that ensures all the math works out. Fixes #8255
-
Michael Goderbauer authored
* fix FLUTTER_ANSI_TERMINAL check should have been included in the previous PR :( * review comments
-
- 02 Mar, 2017 1 commit
-
-
Chris Bracken authored
-