- 01 Oct, 2020 3 commits
-
-
Yuqian Li authored
Fixes https://github.com/flutter/flutter/issues/66569
-
Jacob MacDonald authored
-
Michael Goderbauer authored
-
- 30 Sep, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Chris Yang authored
-
- 29 Sep, 2020 2 commits
-
-
Ben Konyi authored
-
Yuqian Li authored
The previously broken test should be fixed by https://github.com/flutter/gallery/pull/331
-
- 28 Sep, 2020 4 commits
-
-
Yuqian Li authored
-
Jenn Magder authored
-
Jonah Williams authored
Check in linux and windows platform code now that they are stable, so that we could use in devicelab in the future. Removed the ICO from the windows example to avoid analysis check, and since it won't be important for benchmarking or UI tests
-
- 25 Sep, 2020 7 commits
-
-
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
-
Yuqian Li authored
This shouldn't break our tests as https://github.com/flutter/gallery/issues/275 is closed.
-
Android Dev Notes authored
-
Jenn Magder authored
-
- 24 Sep, 2020 5 commits
-
-
Yuqian Li authored
-
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)
-
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
- 23 Sep, 2020 7 commits
-
-
godofredoc authored
-
Jonah Williams authored
-
Greg Spencer authored
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard. It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
Ming Lyu (CareF) authored
-
Jonah Williams authored
[flutter_tools] only lock if an upgrade/download will be performed (linux/macos) and output building messages to stderr (#65422) Currently an invocation of flutter/dart will always attempt to acquire a lock. This can pose problems for tools that attempt to run multiple dart/flutter instances. Instead update the lock logic (on Linux/macOS) so that we only attempt to acquire it if an update/snapshot needs to be performed. To avoid repeatedly performing downloads/snapshots if multiple flutter/dart invocations are fired off concurrently when an update needs to be performed, do a second check of the download/snapshot condition after the lock is released. Additionally, moves all of the building/debug output to stderr on both the bash and batch scripts. This allows machine mode consumption of the tool to ignore needing to parse/handle the rebuild messages.
-
Jenn Magder authored
-
- 22 Sep, 2020 5 commits
-
-
Dan Field authored
This test is failing and was recently added.
-
Michael Goderbauer authored
-
Jenn Magder authored
-
godofredoc authored
-
Dan Field authored
Remove fake image implementations, add createTestImage to flutter_test
-
- 21 Sep, 2020 4 commits
-
-
Yuqian Li authored
-
Yegor authored
-
godofredoc authored
-
Jonah Williams authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-