- 08 Apr, 2017 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Nobody knew what a Block was.
-
Adam Barth authored
Now the scale gesture will accept if its focal point moves more than the pan slop. This change lets it compete with a drag gesture (e.g., a containing scrol view) in the same way that the pan gesture does. Fixes #8735
-
- 07 Apr, 2017 9 commits
-
-
Jason Simmons authored
Gradle APK builds include engine binaries for all applicable architectures
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6849
-
Alexandre Ardhuin authored
-
Ian Hickson authored
Aggressively apply the const lint.
-
Ian Hickson authored
-
Ian Hickson authored
-
Chris Bracken authored
enterText() now includes a call to idle().
-
Chris Bracken authored
Fixes a bug where tapping in the text under edit moved the cursor but did not push the updated selection to the engine. Adds a test for caret position updates.
-
Phil Quitslund authored
Pulls in latest 1.23. cherry picks, including @abarth’s fix to restrict `@immutable` checks to instance fields.
-
- 06 Apr, 2017 13 commits
-
-
Ian Hickson authored
-
Yegor authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9259
-
Jason Simmons authored
-
Adam Barth authored
Fixes #9246
-
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 15 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.
-