- 25 Sep, 2020 22 commits
-
-
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 18 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
-
Jonah Williams authored
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame. To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup. Fixes #66066
-
Yash Johri authored
-
Jonah Williams authored
-
Jonah Williams authored
This should be a mostly non breaking change for hot reload workflows that improves performance, but if you see anything odd with hot reload behavior on master please file a bug. This feature can also be disabled without any changes to the SDK with flutter config --no-single-widget-reload-optimization
-