- 08 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 07 Mar, 2017 13 commits
-
-
Michael Goderbauer authored
-
Hans Muller authored
-
Chris Bracken authored
-
Chris Bracken authored
Update templates and example Xcode project files to indicate they've been tested for Xcode 8.3 compatibility.
-
Michael Goderbauer authored
This implements the `DartDependencySetBuilder` completely in Dart instead of calling out to `sky_snapshot` (Linux/Mac) or `gen_snapshot` (Windows) and allows us to use the same code path on all supported host platforms. It also slightly reduces hot reload times on Linux from ~750ms to ~690ms for the unchanged flutter_gallery app and significantly reduces hot reload times on Windows from almost 1.5s to just slightly slower than on Linux. This change will also allow us to retire `sky_snapshot` completely in the future.
-
Chris Bracken authored
Gallery and stocks: * Add 20x20 notification icons. * Remove unused 76x76 (3x scale) icon. Other examples: update JSON to Xcode 8.2.1 defaults Fixes warnings for missing/unused icon assets in Xcode 8.2.x
-
Todd Volkert authored
Fixes #8562
-
Michael Goderbauer authored
* for Win 7, we need to import BitsTransfer before using it * switch to PowerShell's build-in archive expander (instead of relying on .NET)
-
Todd Volkert authored
This adds the test harness for record/replay tests.
-
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
-