- 27 May, 2021 10 commits
-
-
engine-flutter-autoroll authored
e1204944f Fix deferred components startup threading and improve .so search algorithm. (flutter/engine#26429) (#83464)
-
Lau Ching Jun authored
To specify the dill file that will be used to initialize the resident compiler, instead of the default cached version.
-
engine-flutter-autoroll authored
a832502ea Fixes iOS refuses to accept semantics rect update if UISwitch is not … (flutter/engine#26416) (#83457)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Lau Ching Jun authored
-
engine-flutter-autoroll authored
2470420ba [local_auth] Migrate maven repo from jcenter to mavenCentral (flutter/plugins#3917) (#83451)
-
MahdiGharooni authored
-
Jonah Williams authored
-
- 26 May, 2021 20 commits
-
-
engine-flutter-autoroll authored
-
stuartmorgan authored
Windows plugins are designed to share implementations between Win32 and UWP, but not all plugins will support both. This adds a new 'supportedVariants' key to Windows plugins that allows specifying 'win32' and/or 'uwp' (and potentially others in the future in case that becomes necessary). Plugins without any supported variants will be assumed to be Win32 for backward compatibility. This will allow compiling Windows projects that use Win32-only Windows plugins (which is currently all of them) in UWP mode. The plugins will of course throw missing implementation exceptions at runtime, but tehy won't prevent being able to build as they currently do. Fixes https://github.com/flutter/flutter/issues/82815
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Jenn Magder authored
-
nt4f04uNd authored
-
engine-flutter-autoroll authored
8f4c774ff [video_player] Add URL for exoplayer to maven for all dependents (flutter/plugins#3979) (#83436)
-
chunhtai authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Taha Tesser authored
[flutter_tools] Add documentation to "cmdline-tools component is missing" doctor validation error (#83356)
-
Christopher Fujino authored
This reverts commit c835ad43.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* bb9132306 Roll Fuchsia Linux SDK from l5hYeTpdW... to oT8kKQch3... (flutter/engine#26362) * e5aa8c267 Roll Skia from 29670b085358 to 09eb337d304a (1 revision) (flutter/engine#26363) * d467149ce Roll Fuchsia Mac SDK from nRqbdi_ZK... to -F-5r68i6... (flutter/engine#26364) * 9d919e15f Roll Skia from 09eb337d304a to 0e4477e7139a (1 revision) (flutter/engine#26365)
-
Jenn Magder authored
-
Jonah Williams authored
-
Greg Spencer authored
This adds iOS key map generation that uses std::maps. It uses std::maps because on iOS if we use NSDictionaries, then when XCode loads the dylib, the initialization of those status NSDictionaries hasn't yet occurred, and it crashes the app. std::maps have a well-defined static behavior, and are correctly initialized. I also made the naming of variables, fields, etc. consistent for macOS. We variously had macosFoo, macOSFoo, and macOsFoo. I eliminated macOsFoo and macosFoo, since the rest of the repo uses macOSFoo for lowerCamelCase names (with only a few exceptions). I used iOSFoo for iOS.
-
- 25 May, 2021 10 commits
-
-
Christopher Fujino authored
* Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
-
chunhtai authored
* Make RouteInformationProvider value non nullable * fix more lint
-
Filip Hracek authored
-
Anurag Roy authored
-
engine-flutter-autoroll authored
2576d6b8b [camera] android-rework part 4: Android flash and zoom features (flutter/plugins#3798) (#83364)
-
Janice Collins authored
-
Jim Graham authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-