- 30 Nov, 2017 6 commits
-
-
Alexandre Ardhuin authored
-
amirh authored
This is in preparation for adding a second card with a demo for animated icons. Table refactor is just a cleanup (that also fixes an alignment bug).
-
Alexander Aprelev authored
-
Chris Bracken authored
-
Mikkel Nygaard Ravn authored
-
amirh authored
-
- 29 Nov, 2017 18 commits
-
-
Ian Hickson authored
-
Yusuke Konishi authored
* Implements FlatButton debugFillDescription * Fix doc comment * Override debugFillProperties instead of debugFillDescription * Remove child debug property
-
Mikkel Nygaard Ravn authored
-
xster authored
-
Mehmet Fidanboylu authored
* Add capability to print engine dart sdk to flutter doctor * First round of review comments * second round of comments * Final review comments
-
Matt Sullivan authored
* Fixed typo in navigator.dart doc comments * Added survey js to docs template
-
Hans Muller authored
-
Todd Volkert authored
Add support for IOS_SIMULATOR_HOME environment variable in IOSSimulator.logFilePath flutter_tools can be run on environments where the user's HOME directory is not the root of the iOS simulators' configs. This change adds support for such environments by allowing the caller to set the simulator root directory via an environment variable.
-
Alexandre Ardhuin authored
-
amirh authored
In https://github.com/flutter/flutter/pull/13141 I updated the demo name from 'Animated Images' to 'Animated images' before submitted, but did not update the name in the smoketest and transitions_perf test.
-
Alexander Markov authored
Existing microbenchmarks task is extended instead of adding a new one to consume less horizontal space on Flutter dashboard.
-
amirh authored
-
Alexander Aprelev authored
-
Ian Hickson authored
-
Ian Hickson authored
This fills out the following matrix: App: `flutter create` default app, Complex Layout, and Gallery. Platforms: Linux/Android, Mac/iOS, Windows/Android Build modes: full release, aot blobs, debug Dart: normal, 2.0 preview It also renames all the tests that used "build" to mean compilation build to use "compile" instead, so that it's much clearer on the dashboard. Also, mark some flaky tests that are no longer flaky as not flaky. Also, remove uses of call() since that's probably going to go away at some point.
-
Greg Spencer authored
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
-
Greg Spencer authored
-
Greg Spencer authored
-
- 28 Nov, 2017 4 commits
-
-
Ian Hickson authored
-
xster authored
-
Jacob Richman authored
-
Devon Carew authored
* add an assert to validate the RefreshIndicator.onRefresh result * add a test for RefreshIndicator.onRefresh assert * switch to using FlutterError.reportError, FlutterErrorDetails, and FlutterError
-
- 27 Nov, 2017 3 commits
-
-
Todd Volkert authored
-
Devon Carew authored
-
Devon Carew authored
-
- 25 Nov, 2017 1 commit
-
-
Devon Carew authored
-
- 23 Nov, 2017 8 commits
-
-
Mikkel Nygaard Ravn authored
-
Michael Thomsen authored
-
Ian Hickson authored
-
Ian Hickson authored
This reverts commit e73d4061. It caused major performance regressions.
-
Ian Hickson authored
-
Chris Bracken authored
This was fixed in #13150. That commit rolled the engine to: flutter/engine@93b21795971357edbfd646f61b8d7f62388b0dae, which rolled Dart to: dart-lang/sdk@70e5deacb54aea295665215837adaedd3d6a5bfa which includes: dart-lang/sdk@d38c08d97358ebe4ee30e557bfee339dddda9b7a Which fixes the breakage introduced in #13134. This reverts commit f5d9c777.
-
Chris Bracken authored
This patch reorganises flutter_driver's lib/src directory into three subdirectories: * driver: sources transitively imported/exported by flutter_driver.dart, which defines the API used by driver tests executed on the host machine. * extension: sources transitively imported/exported by driver_extension.dart, which defines the API used to instrument a Flutter app running on the target device for use with a driver test. * common: sources common to both driver and extension code. This makes rolling Flutter into repositories that use Bazel (or Bazel-like build systems) significantly more robust, due to the simpler glob patterns involved.
-
Chris Bracken authored
-