- 04 Jan, 2018 12 commits
-
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Mat Warger authored
* updated docs to remove note about windows tests not working * reverted formatting
-
Greg Spencer authored
This simply updates the package dependencies by running flutter update-packages --force-upgrade. I'm doing this with no other changes, because the last time I tried that, redness occurred. I want to isolate the problem to a "clean" update of the packages. It looks like the plugins device_info, connectivity, and url_launcher haven't yet had their gradle configurations updated, so they fail when trying to build with the new gradle. I did not upgrade for those three packages only (in flutter_gallery) until we are ready to fix them (fixing them for master will break them for alpha users, so we need to do an alpha roll to do that).
-
Siva authored
* Plumb a --strong option through to the front end server and the engine so that we can run flutter apps in preview-dart-2 and strong mode * - Address analyzer lint issues *- correctly set up strong mode option in the case of AOT builds
-
Ali Bitek authored
-
Ali Bitek authored
-
Mikkel Nygaard Ravn authored
This reverts commit 36e3b103 to make the build green.
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
SDK now includes the following versions: * Tools: 25.2.5 * Platform Tools: 27.0.1 * Build Tools: 27.0.3 * Android 6.0 (API 23) * Android Support Repo: 47 * Google Play Services: 46
-
Yegor authored
-
amirh authored
This started breaking the analyzer following https://github.com/flutter/flutter/pull/13889 The test version of the material_animated_icons did not include the meta package (needed for the @required tag) and was also not including all the generated icons files. Ideally we should find a way to fix this without enumerating all the icons in the test file. But for now just adding the missing file to fix the build breakage.
-
- 03 Jan, 2018 13 commits
-
-
Michael Goderbauer authored
-
Yegor authored
-
Alexander Markov authored
-
Alexander Markov authored
-
Alexander Aprelev authored
This reverts commit b56295aa.
-
Alexander Aprelev authored
-
xster authored
-
Mikkel Nygaard Ravn authored
This reverts commit 25b1d43a.
-
Mikkel Nygaard Ravn authored
-
Yegor authored
* modernize capability names in devicelab task manifest * replace windows too
-
Alexander Markov authored
* Roll engine to 37789650cb1254199426e5de5cc66c2ba63cbaf2 * Fix large integer literals in packages/flutter/test/services/message_codecs_test.dart
-
Alexander Aprelev authored
Try again now since texture-related test-breaking PR was backed out.
-
Michael Goderbauer authored
Fixes #13743 Fixes #12379 Follow-up to #13745 Also adds an option to hide gestures introduced by `InkWell` and `InkResponse` from the semantics tree (see also `GestureDetector.excludeFromSemantics`).
-
- 02 Jan, 2018 8 commits
-
-
Chris Bracken authored
Reformats a SafeArea introduced in #13853.
-
Leaf Petersen authored
* Remaining code changes for Dart 2.0 SDK roll
-
Chris Bracken authored
Applies horizontal safe area insets to the animation demo in the Gallery. Specifically, this ensures the back button is positioned consistently with iOS expectations and that that main image card in the detail view respects safe area insets. This is to support the iPhone X sensor housing notch and other similarly creative display features when in landscape orientation.
-
Chris Bracken authored
Applies horizontal safe area insets to the video demo in the Gallery. This is to support the iPhone X sensor housing notch and other similarly creative display features when in landscape orientation.
-
Alexander Aprelev authored
* Revert "Roll engine to e122f4825726035e4579471ef83848b1aa796444 dart roll" This reverts commit c7dfadfa. * Revert "Roll engine to just before dart roll" This reverts commit d5cc8657.
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Mikkel Nygaard Ravn authored
-
- 27 Dec, 2017 3 commits
-
-
KyleWong authored
Avoids running pod install if .flutter-plugins and its flutter framework pod dependency didn't change
- 23 Dec, 2017 2 commits
-
-
Alexander Aprelev authored
-
Alexander Aprelev authored
Executables have '.exe' extension on Windows. We do have to specify extension for gen_snapshot since when running with local engine, we are looking for that exact file before launching it.
-
- 22 Dec, 2017 2 commits
-
-
amirh authored
-
Todd Volkert authored
This reverts the change to `user_accounts_drawer_header.dart` (and the associated test), as it was causing regressions in layout of the drawer header. https://github.com/flutter/flutter/issues/13743
-