- 26 Nov, 2019 4 commits
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/gestures * address review comments
-
Dan Field authored
-
Jonah Williams authored
-
Greg Spencer authored
This fixes an unreported bug in the macOS key handling where for some remote access situations, the modifier mask is set to the "any modifier" mask without any side specified (e.g. modifierShift bit is specified and not modifierLeftShift bit).
-
- 25 Nov, 2019 10 commits
-
-
Jenn Magder authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
Emmanuel Garcia authored
-
Michael Klimushyn authored
There has been some confusion about whether or not .flutter-plugins-dependencies should be tracked in version control or not. Added a comment to both it and .flutter-plugins explaining that it's generated and shouldn't be. .flutter-plugins-dependencies is parsed through JSON, and the JSON spec doesn't support comments. So unfortunately the note is living in an arbitrary "_info" key instead of an obvious top level comment.
-
Jenn Magder authored
Analyzer warning.
-
Jenn Magder authored
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 23 Nov, 2019 2 commits
-
-
Takeshi Tsukamoto authored
-
chunhtai authored
-
- 22 Nov, 2019 17 commits
-
-
Emmanuel Garcia authored
Add `.flutter-plugins-dependencies` to the project, which contains the app's plugin dependency graph (#45379)
-
Jonah Williams authored
-
Jonah Williams authored
Revert "Improve time to development by initializing frontend_server concurrently with platform build (#45236)" (#45422)
-
Jonah Williams authored
-
Jonah Williams authored
Improve time to development by initializing frontend_server concurrently with platform build (#45236)
-
Alexandre Ardhuin authored
-
Kate Lovett authored
-
xster authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Kate Lovett authored
-
Yegor authored
* de-null dartDefines in daemon mode * remove daemonCommand; pipe through dartDefines into Daemon * pass dartDefiles in attach; add test for --machine mode
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
Alexandre Ardhuin authored
* make BuildContext.{ancestorStateOfType,ancestorRenderObjectOfType,rootAncestorStateOfType} generic * make BuildContext.inheritFromWidgetOfExactType generic * make BuildContext.ancestorInheritedElementForWidgetOfExactType generic * make BuildContext.ancestorWidgetOfExactType generic * fix snippet * bump scoped_model on temp version * update names * Revert "bump scoped_model on temp version" This reverts commit d1fcbba028cdb07f44738d1652391692d1ea5ec0. * address review comments * fix ci * address review comments * repeat the deprecation notice * fix uppercase * use of recommanded deprecation syntax * address review comment
-
Todd Volkert authored
This reverts commit d285b884.
-
Todd Volkert authored
-
Amir Hardon authored
-
- 21 Nov, 2019 6 commits
-
-
Zachary Anderson authored
* Reland: [flutter_tool] Fuchsia AOT builds * Fixes
-
Jonah Williams authored
-
Kaushik Iska authored
Testes on the Fuchsia tree by reverting it locally. This reverts commit f45bd48c.
-
Michael Goderbauer authored
-
Zachary Anderson authored
This reverts commit a57dddd2.
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter_goldens and flutter_goldens_client * fix type
-