- 26 Sep, 2020 2 commits
-
-
Will Larche authored
[Icons][iOS] Pointing to version of material icon font that includes more metadata in the xml. (#66684)
-
Nguyễn Thanh Hải authored
-
- 25 Sep, 2020 24 commits
-
-
Justin McCandless authored
Simple docs fix for characters.
-
knaeckeKami authored
Teach the flutter tool how to find android output files if the flavor contains uppercase letters (#66687) This changes the name of the generated output files on android in case a flavor with uppercase letters is used. Previously, the lowercased flavor name would be used for the apk/aab file. Now, the flavor name is used as-is.
-
Mouad Debbar authored
-
Nebi Sarigul authored
-
Jonah Williams authored
The lack of current directory wrapping was letting some of the already handled errors through Fixes #66675
-
godofredoc authored
This PR also enables firebase tests on presubmit and removes code that won't be used anymore from test runner. Bug: https://github.com/flutter/infra/pull/225
-
Jason Simmons authored
The Dart SDK now requires non-null enum values if the enum is used in an exhaustive switch statement on a non-nullable type. See https://github.com/flutter/flutter/issues/66674
-
godofredoc authored
-
Jenn Magder authored
-
Yuqian Li authored
This shouldn't break our tests as https://github.com/flutter/gallery/issues/275 is closed.
-
gaaclarke authored
-
Chinmoy authored
-
Hans Muller authored
-
MH Johnson authored
* Remove opacity from check and add test
-
Hans Muller authored
-
Hans Muller authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Android Dev Notes authored
-
LongCatIsLooong authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
ensure that the terminal handler checks if the service protocol is enabled before calling debug toggle brightness. Also removes globals from TerminalHander and test cases. Fixes #65477
-
Jenn Magder authored
-
- 24 Sep, 2020 14 commits
-
-
engine-flutter-autoroll authored
-
Alexandre Ardhuin authored
-
Yuqian Li authored
-
includecmath authored
-
engine-flutter-autoroll authored
* b49de93b3 Create an ImageHandle wrapper (flutter/engine#21057) * b0fb2c8a9 Roll Skia from 7b97b3cb2bd0 to 59b2a92c96ba (4 revisions) (flutter/engine#21365)
-
Jonah Williams authored
Otherwise the heuristics we have may decide to skip running pub. We should consider reducing the number of dimensions of caching here to a single check optimized for the run/test case.
-
Will Larche authored
* [Docs] [Icons] Updating dart doc styles to recognize more styles of icons. All the 4 icon styles we support have to be pulled from 4 individual web fonts when we show the html page for api docs. * Better documentation and that special awful case. * Couple more places to remove.
-
Darren Austin authored
Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. (#66482)
-
Michael Goderbauer authored
-
TheBiirb authored
* Fixes typos in showDialog documentation
-
Will Larche authored
-
Phil Quitslund authored
* disable pub lints * + comments
-
Greg Spencer authored
-