- 04 Apr, 2018 11 commits
-
-
Jonah Williams authored
* re-enable verify-only failing test for out of sync deps and update deps to latest version
-
Konstantin Scheglov authored
-
xster authored
-
Jonah Williams authored
Adds an export of the RawKeyEvent type from the RawKeyboardListener library, since it is required by the API
-
Todd Volkert authored
This reverts https://github.com/flutter/flutter/pull/16035
-
Devon Carew authored
-
Adam Barth authored
This method makes it easier to debug issues involving broken pointer states.
-
Devon Carew authored
-
Greg Spencer authored
This implements various different chip types: There are now the InputChip, ChoiceChip, FilterChip, ActionChip, and the original vanilla Chip, all of which have different uses. They can be customized in a number of ways. See their docs for more information. Also fixes #16083
-
David Shuckerow authored
-
Hans Muller authored
-
- 03 Apr, 2018 14 commits
-
-
Greg Spencer authored
The AnimatedChildSwitcher widget (originally authored by Hixie), will cross-fade between a new child, and a previous child (or children, if the switch happens faster than the fade finishes). It's a good candidate for places where a widget will be added/removed from a slot, and you want a nice transition to occur.
-
Hans Muller authored
* Added BottomAppBar docked FloationActionButtonLocations * Moved the startTop FloatingActionButtonLocation to the demo * fixed a typo
-
xster authored
-
Alexander Aprelev authored
* Fix powershell cat invocation to ensure correct encoding and line ending. * Restore original flow for non-Windows platforms * Reformat code to get rid of multi-line ?: expression * Double quotes to single quotes
-
Greg Spencer authored
-
Hans Muller authored
-
Darshan Baid authored
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
* add new lints from linter-0.1.45 * add new lints from linter-0.1.46
-
Todd Volkert authored
-
Luke authored
Adds Java EE module to SDK manager environment to stop missing xml library exception when checking for licenses. (#16035)
-
Anatoly Pulyaevskiy authored
-
Ohad Rau authored
* Fix absolute shebang in /bin/flutter * Fix absolute shebang in bin/internal/update_dart_sdk.sh
-
- 02 Apr, 2018 4 commits
-
-
xster authored
* Let CupertinoTabScaffold's tab be programmatically selectable * Re-use the tab bar's index instead * review
-
Victor Choueiri authored
Added a call to debugCheckHasMaterial() at the start of TextField's build method.
-
Hans Muller authored
-
Jonah Williams authored
* add logic to parse 11.3 sim runtime major version * add null aware and bump group number * add comment describing version
-
- 31 Mar, 2018 2 commits
- 30 Mar, 2018 6 commits
-
-
Alexander Aprelev authored
This is to pick up updated dart roll.
-
jcollins-g authored
* Update dartdoc to v0.18.1 and fix API readme, borrowing from docs.flutter.io
-
Alexander Aprelev authored
Changes since last roll: ``` ec1e96864 Revert pub roll from recent dart roll. (#4904) ac552fba4 Port flutter content handler to FIDL2. (#4903) 94cdd8103 Roll dart. (#4902) af63732de Support `Path.addCircle` (#4783) 564c6a5a9 Add hint to use ninja with goma (#4894) ``` ```
-
Chris Bracken authored
Includes: * libtxt: move to the next run if the current run ends before the start of the line block (flutter/engine#4891) * Rolled Dart SDK to e3051175192c83fafa3636c0f16d804734bb285a (flutter/engine#4877)
-
Todd Volkert authored
Revert "Make sure `flutter update-packages --verify-only` has a non-zero exit code (#15962)" (#16089) This reverts commit cfda7a65.
-
Jonah Williams authored
* make sure --verify-only logs error messages and fix typo * ensure non zero exit code * undo random pubspec change
-
- 29 Mar, 2018 3 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/14864
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
-