- 06 Apr, 2017 8 commits
-
-
Ryan Macnak authored
Support for placing an AOT dylib in the flx. Part of Fuchsia AOT support.
-
Yegor authored
-
David Yang authored
* Allowing overrides to the activeOpacity of the button * adding tests * fix * fixing animation * fixes * moar fixes
-
Ian Hickson authored
Still many more to go.
-
Adam Barth authored
Fixes #7519
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/pull/8643 Fixes https://github.com/flutter/flutter/issues/8804 by adding a test to verify that Material elevation changes animate. Also tweak some dartdocs, add some trailing commas, improve some toString output, make the inkwell test agnostic to the PhysicalModel logic, and move the material buttons test to the material test directory.
-
Adam Barth authored
-
Ian Hickson authored
-
- 05 Apr, 2017 21 commits
-
-
Michael Goderbauer authored
-
Adam Barth authored
The Wrap widget is a layout that places children in a run in order along its main axis until it runs out of space. At that point, starts placing children in a new run that is adjacent in the cross axis. Fixes #8831
-
Michael Goderbauer authored
Also adds a test to make sure we don't break it again.
-
Yegor authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
This yak shave went as follows: Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to the examples README. Notice the layers entry in that README isn't quite right either. Update that. Check the layers/README file is worth pointing at. Update the layers/README. Let's run some of the layer tests to see if they still work. Oops, need to update them to gradle. Ok let's try running them again. Oops, sector is broken. Add a test for sector. Fix sector. Find you need to add an assert to a const constructor. Notice we need to turn const asserts on for the analyzer. Notice the analysis_options files are out of sync with each other and with the full list of lints. Turn on the lints that should be on. Fix the bugs that finds.
-
Michael Thomsen authored
-
Michael Goderbauer authored
* Roll Dart to 1.23.0-dev.11.3. This is expected to fix the Windows crashes reported in https://github.com/flutter/flutter/issues/8912. * fix tests * Roll to 1.23.0-dev.11.5 * Fix tests
-
Collin Jackson authored
-
Sarah Zakarias authored
-
Adam Barth authored
Mostly related to semantics and scrolling.
-
Ian Hickson authored
-
Ian Hickson authored
Add some commentary around DefaultTabController.initialIndex. Fix typo (nuull) in TabBar. Make some asserts more detailed.
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
* Add tolerance argument to FrictionSimulation. * Change FrictionSimulation.through to setting tolerance via the constructor rather than afterwards. * Allow SimulationGroup constructor to take tolerance argument. * Add a toString for SpringDescription. * Add a toString for SpringSimulation. * Push this change to BouncingScrollSimulation.
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
This issue is being tracked at: https://github.com/dart-lang/sdk/issues/29230
-
- 04 Apr, 2017 11 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9186
-
Jason Simmons authored
-
James Robinson authored
This package now depends on collection and quiver. The package level dependencies in the BUILD.gn file should match the list of dependencies in the pubspec.yaml file for the Fuchsia build to function.
-
Alexandre Ardhuin authored
-
xster authored
* Just realized the creation order is the other way around * Works * Revert previous partial solution * Change pumpAndSettle to pump for gestures
-
Yegor authored
-
Yegor authored
-
Dwayne Slater authored
Uninstalling the app removes the data and cache directories, so this allows application data to persist across multiple flutter run invocations. This also handles the edge case where the app fails to install due to an error in installation (e.g. debug keystore changes, switching from a release keystore to a debug keystore, etc.).
-
Todd Volkert authored
-
Chris Bracken authored
-
Michael Thomsen authored
* Make IntelliJ metadata files consistent with the current flutter create template * Add missing IJ files from current flutter create template * Remove run config from layers as it requires running with -t * Remove workspace.xml files per review feedback
-