- 05 Apr, 2018 8 commits
-
-
Siva authored
* Roll engine to version be070599a30413bd203f2d77d2179220c5569c08 (includes a roll of dart to version 3e6b8717fedce5cc28a21616f4591683c211f752
-
Mikkel Nygaard Ravn authored
-
Hans Muller authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/16200
-
David Shuckerow authored
-
Sarah Zakarias authored
-
Martin Kustermann authored
-
Chris Bracken authored
Includes: * Revert "Roll dart to 4bcf8ad411bd90da16d44ad399bf350e8423eac9" (flutter/engine#4936) * libtxt: render fake bold text if a bold font is not available (flutter/engine#4933) * Set FlutterTexture copyPixelBuffer return nullable (flutter/engine#4934) * Roll dart to 4bcf8ad411bd90da16d44ad399bf350e8423eac9 (flutter/engine#4929)
-
- 04 Apr, 2018 16 commits
-
-
Yegor authored
-
Siva authored
-
ztplz authored
* Add disable Cupertino Switch example * keep trailing commas consistent * fix Cupertino Switch example linter error
-
Chris Bracken authored
Includes: * libtxt: add missing dependency for Mac/iOS builds (flutter/engine#4931) * libtxt: use Helvetica as a fallback font on iOS 8 and earlier (flutter/engine#4930) * Make Rect.largest match the "largest" rect used in DefaultLayerBuilder (flutter/engine#4926) * [vulkan] Add VK_ERROR_NOT_PERMITTED_EXT * Roll buildroot to 8dddd90bf943a8174913564353b30a3b11ee0f7a (flutter/engine#4928) * Set the asset bundle path when initializing the shell in the embedder API (flutter/engine#4925)
-
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 2 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.
-