- 08 Mar, 2017 6 commits
-
-
mikejurka authored
-
Chris Bracken authored
This is consistent with the rest of the iOS toolchain.
-
Jakob Andersen authored
Since iOS builds are CocoaPods enabled by default, we should make sure to run `pod install` to get pods wired up before building the app. Also added a check to `flutter doctor` to verify CocoaPods is installed. I'm passing FLUTTER_FRAMEWORK_DIR to the `pod install` command, so we can have the app's Podfile link in Flutter.framework as a pod instead of having to copy it over in xcode_backend.sh.
-
Ian Hickson authored
-
Ian Hickson authored
-
Hans Muller authored
-
- 07 Mar, 2017 9 commits
-
-
Hans Muller 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.
-
Todd Volkert authored
Fixes #8562
-
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 9 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
-
- 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 9 commits
-
-
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
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 6 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
-