- 12 Feb, 2021 10 commits
-
-
Nathan Walker authored
This PR replaces the ColoredBox that ListTile uses with an Ink widget. That Ink widget is given a ShapeDecoration with the ListTile's color and shape. This fixes issues where the ListTile color would obscure material ripple effects, and cause the specified shape to not be respected.
-
keyonghan authored
-
godofredoc authored
flutter update-packages from the recipe was removed in favor of each test running pub get in their dependencies.
-
Jonah Williams authored
-
Abhishek Ghaskata authored
-
engine-flutter-autoroll authored
* 7e48c4267 [web] Fix svg stroke when style is not provided (flutter/engine#24153) * b9ecd8aca Always set change type to cancel with `touchesCancelled` on iOS platform view (flutter/engine#24333)
-
Ian Hickson authored
-
Tim Sneath authored
-
Hans Muller authored
This reverts commit 705cebb2.
-
engine-flutter-autoroll authored
* 7624d9eb7 add post merge labeler (flutter/plugins#3532) * 31a631cb0 [wifi_info_flutter] Migrate to null safety (flutter/plugins#3425) * acabfe666 Bump ffi dependencies (flutter/plugins#3540)
-
- 11 Feb, 2021 30 commits
-
-
godofredoc authored
* Add flutter update packages to some tests. Analyzer_benchmark and flutter_test_performance require to pub get multiple directories. Rather than delegating the recipes to run flutter update-packages we explicitly running on tests that need it. Bug: https://github.com/flutter/flutter/issues/75524 * Add pub get directly on the analyis classes. * Run flutter get in dev/tools. * Fix directory path. * Add more dependency directories. * Fix typo. * Add more dependencies. * Add stocks dependency. * Fix paths to some apps. * Add more dependencies. * Complete dependencies definition. * More analysis dependencies. * Add examples dependencies. * Dev tool dependencies. * Use update-packages for analyzer benchmark.
-
Casey Hillers authored
-
gaaclarke authored
-
Jenn Magder authored
-
mx1up authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/75622
-
Wyte Krongapiradee authored
-
Yegor authored
-
Michael Thomsen authored
-
Michael Thomsen authored
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Sam Rawlins authored
-
gaaclarke authored
-
engine-flutter-autoroll authored
-
Sam Rawlins authored
-
Jonah Williams authored
[flutter_tools] refactor devtools handler to expose single method for run/attach and restart (#75807)
-
Jonah Williams authored
-
Jenn Magder authored
-
Jenn Magder authored
-
keyonghan authored
-
Han van Venrooij authored
-
Rashid-Khabeer authored
-
Hans Muller authored
-
Miguel Beltran authored
-
Ian Hickson authored
-
Todd Volkert authored
This call is unnecessary and wasteful for callers that are building parallel widget trees, since for those use cases, the caller is generally going to build the tree synchronously immediately.
-
Todd Volkert authored
This can be useful for offscreen widget trees, where the caller wants to completely tear down the tree (properly clean up) when they're done with the tree, to ensure they're not leaving behind any event listeners that could be registered by child elements (which could lead to memory leaks and unexpected behavior).
-
Michael Goderbauer authored
-