-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch upstream| Flutter 2.2.0 #7
base: master
Are you sure you want to change the base?
Commits on Feb 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bc11bad - Browse repository at this point
Copy the full SHA bc11badView commit details -
[wifi_info_flutter] null safety stable (flutter#3627)
Chris Yang authoredFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a109b3c - Browse repository at this point
Copy the full SHA a109b3cView commit details -
[camera_platform_interface] Stable null safety release. (flutter#3610)
* Stable null safety release camera_platform_interface * Update minimum plugin_platform_interface version * Update version of cross_file to 0.3.1
Configuration menu - View commit details
-
Copy full SHA for fff1420 - Browse repository at this point
Copy the full SHA fff1420View commit details -
[file_selector] Migrate to null safety (flutter#3631)
Migrates the app-facing package to null safety. Includes replacing Mockito with a custom fake/mock. Fixes an issue where the example didn't handle dialogs being canceled, which was highlighted by the NNBD migration. (Previously, they would cause null assertions at runtime, which wasn't noticed during development. NNBD for the win!) Fixes flutter/flutter#75235
Configuration menu - View commit details
-
Copy full SHA for 1de6d96 - Browse repository at this point
Copy the full SHA 1de6d96View commit details -
embedded_views_preview not required since v1.0.0 (flutter#3625)
`io.flutter.embedded_views_preview` is not required since version `1.0.0`, so doesn't need to be in the example.
Floris Devreese authoredFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for a03b66f - Browse repository at this point
Copy the full SHA a03b66fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab2552 - Browse repository at this point
Copy the full SHA eab2552View commit details -
[url_launcher] Added a note to the README (flutter#2031)
The action won't work on the simulator works on physical iOS device which was not mentioned here so it was added Co-authored-by: Michael Klimushyn <[email protected]> Co-authored-by: Stuart Morgan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f614980 - Browse repository at this point
Copy the full SHA f614980View commit details -
Make executor an instance property (flutter#3633)
Emmanuel Garcia authoredFeb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for cb64042 - Browse repository at this point
Copy the full SHA cb64042View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d99ee - Browse repository at this point
Copy the full SHA a0d99eeView commit details
Commits on Feb 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7668398 - Browse repository at this point
Copy the full SHA 7668398View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad650f9 - Browse repository at this point
Copy the full SHA ad650f9View commit details -
[extension_google_sign_in_as_googleapis_auth] Migrate to null safety (f…
…lutter#3642) Migrates to NNBD. Replaces Mockito-based fakes with test's Fake.
Configuration menu - View commit details
-
Copy full SHA for aead5ac - Browse repository at this point
Copy the full SHA aead5acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afca62 - Browse repository at this point
Copy the full SHA 4afca62View commit details -
[file_selector_platform_interface]: Verify that extensions don't have…
… leading dots. (flutter#3451)
Configuration menu - View commit details
-
Copy full SHA for 4b4913c - Browse repository at this point
Copy the full SHA 4b4913cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c4514 - Browse repository at this point
Copy the full SHA c1c4514View commit details
Commits on Feb 27, 2021
-
[shared_preferences] Don't create additional Handler when method chan…
…nel is called. (flutter#3639)
Configuration menu - View commit details
-
Copy full SHA for a0fe222 - Browse repository at this point
Copy the full SHA a0fe222View commit details
Commits on Mar 1, 2021
-
migrate tests to null safety (flutter#3645)
Chris Yang authoredMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 4155c43 - Browse repository at this point
Copy the full SHA 4155c43View commit details -
Update pull_request_label.yml (flutter#3647)
Chris Yang authoredMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for c42db71 - Browse repository at this point
Copy the full SHA c42db71View commit details -
Update plugin_platform_interface min version (flutter#3650)
To avoid intra-repo plugin conflicts during the NNBD stable migration, `plugin_platform_interface` allowed either 1.x or 2.0. However, 1.0.x isn't null-safe so this can cause apps that don't have all their packages fully updated can fail to run in strong mode (due to having an old local `plugin_platform_interface`. Now that everything has been updated, we can bump all the minimums so that people updating their plugins will get new versions of the dependency.
Configuration menu - View commit details
-
Copy full SHA for 98a90d6 - Browse repository at this point
Copy the full SHA 98a90d6View commit details -
[in_app_purchase] migrate playing billing library to v3 (flutter#3636)
Chris Yang authoredMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 088bdee - Browse repository at this point
Copy the full SHA 088bdeeView commit details
Commits on Mar 2, 2021
-
Move plugin tool tests over (flutter#3606)
Emmanuel Garcia authoredMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 96ea724 - Browse repository at this point
Copy the full SHA 96ea724View commit details -
[in_app_purchase] fix plugin version (flutter#3654)
Chris Yang authoredMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 976a7fb - Browse repository at this point
Copy the full SHA 976a7fbView commit details -
[camera] Stable release for null safety. (flutter#3641)
Stable NNBD release for the camera package. With this PR I also migrated the example App to sound null safe.
Configuration menu - View commit details
-
Copy full SHA for a6cbf67 - Browse repository at this point
Copy the full SHA a6cbf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72feefd - Browse repository at this point
Copy the full SHA 72feefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8464890 - Browse repository at this point
Copy the full SHA 8464890View commit details -
[url_launcher] Migrate unit tests to NNBD (flutter#3657)
Replaces the problematic Mockito mock with a manual mock that handles null and non-null types correctly. Removes the unit test of the example app, since it's not adding any actual coverage.
Configuration menu - View commit details
-
Copy full SHA for b90e42b - Browse repository at this point
Copy the full SHA b90e42bView commit details -
[android_intent] move unit test to nullsafety (flutter#3659)
Chris Yang authoredMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for beef9a8 - Browse repository at this point
Copy the full SHA beef9a8View commit details -
remove unused plugin (flutter#3661)
Chris Yang authoredMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 4738c83 - Browse repository at this point
Copy the full SHA 4738c83View commit details -
[device_info] Enable NNBD for unit test (flutter#3658)
Removes the opt-out now that the underlying issue is fixed
Configuration menu - View commit details
-
Copy full SHA for 1e3a823 - Browse repository at this point
Copy the full SHA 1e3a823View commit details
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9509b7a - Browse repository at this point
Copy the full SHA 9509b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eba00a - Browse repository at this point
Copy the full SHA 2eba00aView commit details -
[google_maps_flutter_web] update min flutter sdk version to 1.20.0 (f…
Chris Yang authoredMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 6576885 - Browse repository at this point
Copy the full SHA 6576885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d85fd - Browse repository at this point
Copy the full SHA 60d85fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 025c8c1 - Browse repository at this point
Copy the full SHA 025c8c1View commit details -
[google_maps_flutter_web] Make google_maps_flutter_web work with late…
…st plugins (flutter#3673) Co-authored-by: David Iglesias Teixeira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc2514e - Browse repository at this point
Copy the full SHA bc2514eView commit details
Commits on Mar 4, 2021
-
[google_maps_flutter_web] Move integration tests to example. (flutter…
…#3675) This PR moves the integration tests of this package to conform with the latest best practices for web plugins.
Configuration menu - View commit details
-
Copy full SHA for 8ab62c5 - Browse repository at this point
Copy the full SHA 8ab62c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2518218 - Browse repository at this point
Copy the full SHA 2518218View commit details -
Update CI config for Flutter 2 (flutter#3674)
Includes cleanup to simplify our setup. Major changes: - Eliminate the NNBD plugin filtering for stable. - Remove the temporarily-added beta branch testing. - Enable Linux, macOS, and web on stable (Windows is LUCI-based) - Combine the two different macOS matrix configurations now that they are the same. - Combine the two different Linux matrix configurations by using a single Dockerfile (which now also includes clang-format) - The web integration smoke test temporarily still uses the old Dockerfile, now renamed, because the driver installer script doesn't support Chrome 89 yet. - Move most of the Linux tasks to lower-CPU machines to allow more tasks to run in parallel without hitting the community limit. - Reorder the tasks slightly and give them comments to identify platform groupings - Enabled web "build all plugins together" and "build all examples" tests
Configuration menu - View commit details
-
Copy full SHA for 47c380a - Browse repository at this point
Copy the full SHA 47c380aView commit details
Commits on Mar 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eb86dfc - Browse repository at this point
Copy the full SHA eb86dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b709f7e - Browse repository at this point
Copy the full SHA b709f7eView commit details -
Bring HTML inputs into view automatically (flutter#3655)
Emmanuel Garcia authoredMar 5, 2021 Configuration menu - View commit details
-
Copy full SHA for fc1b17e - Browse repository at this point
Copy the full SHA fc1b17eView commit details
Commits on Mar 6, 2021
-
[ci] Disable analyze on stable for web plugins that contains null saf…
…ety integration tests. (flutter#3681)
Chris Yang authoredMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for b3f7508 - Browse repository at this point
Copy the full SHA b3f7508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26879db - Browse repository at this point
Copy the full SHA 26879dbView commit details -
[google_sign_in] Updates google_sign_in_platform_interfaces adding pa…
…rametrized `clientId` (flutter#3686)
Configuration menu - View commit details
-
Copy full SHA for e615682 - Browse repository at this point
Copy the full SHA e615682View commit details
Commits on Mar 8, 2021
-
[extension_google_sign_in_as_googleapis_auth] Update import (flutter#…
…3689) Replaces deprecated import with current version.
Configuration menu - View commit details
-
Copy full SHA for 3acc0cf - Browse repository at this point
Copy the full SHA 3acc0cfView commit details -
[google_sign_in] fix test(flutter#3690)
Chris Yang authoredMar 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a2c855d - Browse repository at this point
Copy the full SHA a2c855dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 728129a - Browse repository at this point
Copy the full SHA 728129aView commit details
Commits on Mar 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d44d155 - Browse repository at this point
Copy the full SHA d44d155View commit details
Commits on Mar 10, 2021
-
[extension_google_sign_in_as_googleapis_auth] Deleted. (flutter#3694)
The package now lives in flutter/packages.
Configuration menu - View commit details
-
Copy full SHA for 8f6d3d1 - Browse repository at this point
Copy the full SHA 8f6d3d1View commit details -
[shared_preferences] Fix concurrent modification of the shared prefer…
…ences on Android (flutter#3684) Uses an actual queue, rather than a one-element handoff "queue", for the single-thread background processing of commits.
Configuration menu - View commit details
-
Copy full SHA for 4dea720 - Browse repository at this point
Copy the full SHA 4dea720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 735e1a5 - Browse repository at this point
Copy the full SHA 735e1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d306f98 - Browse repository at this point
Copy the full SHA d306f98View commit details -
Streamline CI setup, and reenable macOS credits (flutter#3697)
This makes a few improvements to CI throughput: - Moves the flutter channel+upgrade step into each step, rather then doing it for both channels in the setup step. This avoids pointlessly doing twice the work in every setup (downloading two channels, only one of which will be used) - Re-enables credits for macOS tasks. These were disabled in a recent chance since I was unifying configurations, but it turns out that without credits there is *no* parallelization of macOS tasks, which makes the end-to-end time very long. - Dials back the Linux VM requirements based on looking at the new CPU and memory usage graphs for runs: - No task was ever reaching 4 CPUs or 12 GB of memory, so use those values for heavy workload; this will double concurrency of the heavy-workload tasks and should have no impact on run length. - Linux build+drive was extremely low usage, so move it to the light workload group.
Configuration menu - View commit details
-
Copy full SHA for 79dd06a - Browse repository at this point
Copy the full SHA 79dd06aView commit details -
[tool] Improve check version ci so that it enforces the version in CH…
…ANGELOG and pubspec matches. (flutter#3678)
Chris Yang authoredMar 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 8feb2e7 - Browse repository at this point
Copy the full SHA 8feb2e7View commit details -
[cross_file] Delete. (flutter#3698)
The package now lives in flutter/packages.
Configuration menu - View commit details
-
Copy full SHA for d7724ad - Browse repository at this point
Copy the full SHA d7724adView commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd52de8 - Browse repository at this point
Copy the full SHA fd52de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72cebd - Browse repository at this point
Copy the full SHA d72cebdView commit details
Commits on Mar 12, 2021
-
Fix missing declaration of windows' default_package (flutter#3705)
Signed-off-by: Sunbreak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4c513e - Browse repository at this point
Copy the full SHA f4c513eView commit details
Commits on Mar 13, 2021
-
Re-endorse connectivity_for_web (flutter#3708)
Signed-off-by: Sunbreak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e233902 - Browse repository at this point
Copy the full SHA e233902View commit details -
Reorder the checkboxes in the PR template (flutter#3666)
...so that they are listed in more or less the likely order that people will do them in.
Configuration menu - View commit details
-
Copy full SHA for f7096d7 - Browse repository at this point
Copy the full SHA f7096d7View commit details
Commits on Mar 15, 2021
-
[ci] Add libgcrypt to Docker image. (flutter#3711)
As recommended in flutter/website#5466
Configuration menu - View commit details
-
Copy full SHA for 4832a85 - Browse repository at this point
Copy the full SHA 4832a85View commit details
Commits on Mar 16, 2021
-
Add missing licenses, and add a check (flutter#3720)
Adds a new CI check that all code files have a copyright+license block (and that it's one we are expecting to see). Fixes the ~350 files (!) that did not have them. This includes all of the files in the .../example/ directories, following the example of flutter/flutter. (This does mean some manual intervention will be needed when generating new example directories in the future, but it's one-time per example.) Also standardized some variants that used different line breaks than most of the rest of the repo (likely added since I standardized them all a while ago, but didn't add a check for at the time to enforce going forward), to simplify the checks. Fixes flutter/flutter#77114
Configuration menu - View commit details
-
Copy full SHA for 8169973 - Browse repository at this point
Copy the full SHA 8169973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3222a3e - Browse repository at this point
Copy the full SHA 3222a3eView commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d7125cd - Browse repository at this point
Copy the full SHA d7125cdView commit details -
Prep for alignment with Flutter analysis options (flutter#3703)
Renames the old analysis_options.yaml to analysis_options_legacy.yaml, replacing it with a slightly modified copy of flutter/flutter's analysis options. Each plugins has a temporary local analysis_options.yaml that points to the legacy version. This allows for inceremental conversion on a per-plugin basis, which should make the problem more tractable. Since this hasn't yet been enabled for any packages, it's likely that as it is we'll find a few local modification we need to make to the root analysis_options (e.g., things that conflict with 'dart format'). Part of flutter/flutter#76229
Configuration menu - View commit details
-
Copy full SHA for d443a59 - Browse repository at this point
Copy the full SHA d443a59View commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a855133 - Browse repository at this point
Copy the full SHA a855133View commit details -
Add an AUTHORS file to each plugin (flutter#3725)
This ensures that the AUTHORS list is distributed with the plugins whose copyright blocks refer to the project authors, for ease of reference. This is currently a copy of the top-level authors list, but over time they are expected to diverge as people contribute to specific plugins. This does not bump plugin versions or CHANGLELOGs, since it has no effect on the plugin itself; it will be picked up over time as we ship new versions of plugins. Part of flutter/flutter#78448
Configuration menu - View commit details
-
Copy full SHA for c870bbb - Browse repository at this point
Copy the full SHA c870bbbView commit details -
Fix cosmetic variations in copyrights and license files (flutter#3730)
- Replaces "the Flutter project authors" with the repo-standard version "The Flutter Authors" - Updates the license check not to allow "the Flutter project authors" in the future - Fixes a few minor cosmetic variations that had crept back into LICENSE files since my mass-standardization of those files. - Updates the license check to validate those to prevent such drift in the future.
Configuration menu - View commit details
-
Copy full SHA for 6047b3f - Browse repository at this point
Copy the full SHA 6047b3fView commit details -
Standardize Copyrights: Chromium->Flutter (flutter#2996)
In all copyright messages (and in the Xcode project organization name) standardize on "The Flutter Authors", adding "The Chromium Authors" to the Flutter AUTHORS list. This reduces inconsistency in the copyright lines in this repository, moving closer to a single consistent copyright+license (as in flutter/engine and flutter/flutter) Updates the validation script to no longer accept "The Chromium Authors" or "the Chromium project authors" in first-party code.
Configuration menu - View commit details
-
Copy full SHA for 089a887 - Browse repository at this point
Copy the full SHA 089a887View commit details
Commits on Mar 19, 2021
-
[integration_test] Deprecate, and stop using in this repository (flut…
…ter#3723) Updates integration_test README to note that the published version is deprecated and direct people to the SDK version. Updates all plugins here to use the SDK version.
Configuration menu - View commit details
-
Copy full SHA for 15d4f9c - Browse repository at this point
Copy the full SHA 15d4f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8e615 - Browse repository at this point
Copy the full SHA aa8e615View commit details -
Standardize copyright year (flutter#3737)
Standardizes all first-party copyrights on a single year, as is done in flutter/flutter and flutter/engine. All code now uses 2013, which is the earliest year that was in any existing copyright notice. The script checks now enforce the exact format of first-party licenses and copyrights. Fixes flutter/flutter#78448
Configuration menu - View commit details
-
Copy full SHA for 67bdfcb - Browse repository at this point
Copy the full SHA 67bdfcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2068cce - Browse repository at this point
Copy the full SHA 2068cceView commit details -
[ci] Run more web tests (flutter#3739)
This change enables the integration_tests of the following packages to run in Cirrus CI: * google_sign_in_web * connectivity_for_web * google_maps_flutter_web * url_launcher_web
Configuration menu - View commit details
-
Copy full SHA for a85f397 - Browse repository at this point
Copy the full SHA a85f397View commit details
Commits on Mar 20, 2021
-
[quick_actions] 2/3 Quick actions federated platform interface (flutt…
…er#3735) * Moved quickactions to a subfolder * Added platform interface with tests * Added exports * Formatted, made initialize return Future<void> instead of void * Fixed formatting * formatting * Fixed analyze issue with import * Fixed formatting * Fixed formatting * Added license in files * Removed accidental \\\ * changed license to Flutter 2017 * Moved quickactions to a subfolder * Added platform interface with tests * Added exports * Formatted, made initialize return Future<void> instead of void * Fixed formatting * formatting * Fixed analyze issue with import * Fixed formatting * Fixed formatting * Added license in files * Removed accidental \\\ * changed license to Flutter 2017 * Implemented feedback * Changed 2017 to 2013 * Changed 2017 to 2013 * Implemented feedback.
Configuration menu - View commit details
-
Copy full SHA for 7b9ac6b - Browse repository at this point
Copy the full SHA 7b9ac6bView commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8621694 - Browse repository at this point
Copy the full SHA 8621694View commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7173380 - Browse repository at this point
Copy the full SHA 7173380View commit details -
Use flutter gcp project for linux tasks. (flutter#3733)
* Use flutter gcp project for linux tasks. Bug: flutter/flutter#77624 * Merge upstream changes and change cluster. * Add test_script back.
Configuration menu - View commit details
-
Copy full SHA for 9548bc2 - Browse repository at this point
Copy the full SHA 9548bc2View commit details
Commits on Mar 24, 2021
-
[camera] Fix iOS rotation issue (flutter#3591)
* Fix iOS rotation issue * Fix orientation issues on iOS * Merged with master and added test * Test RotationBox turns according to device orientation * Fix formatting * Removed merge conflict tags from CHANGELOG * Fix license header in test
Configuration menu - View commit details
-
Copy full SHA for 9cd84bd - Browse repository at this point
Copy the full SHA 9cd84bdView commit details -
[video_player_platform_interface] add http headers (flutter#3702)
platform_interface portion of flutter#3671
Configuration menu - View commit details
-
Copy full SHA for e9ed3cd - Browse repository at this point
Copy the full SHA e9ed3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1cf17 - Browse repository at this point
Copy the full SHA ce1cf17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a3dd31 - Browse repository at this point
Copy the full SHA 7a3dd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2904cbb - Browse repository at this point
Copy the full SHA 2904cbbView commit details -
[all] remove podfile in gitignore and update all podfiles (flutter#3747)
Chris Yang authoredMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 12ea8f2 - Browse repository at this point
Copy the full SHA 12ea8f2View commit details -
[ci] Do not use empty exclude directories in analyze_command. (flutte…
…r#3748) * Add CUSTOM_ANALYSIS_PLUGINS back with all the plugins that now have a custom analysis_options.yaml
Configuration menu - View commit details
-
Copy full SHA for 98c79a9 - Browse repository at this point
Copy the full SHA 98c79a9View commit details -
[in_app_purchase] create sub folder (flutter#3744)
Chris Yang authoredMar 24, 2021 Configuration menu - View commit details
-
Copy full SHA for e73402d - Browse repository at this point
Copy the full SHA e73402dView commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f3f834 - Browse repository at this point
Copy the full SHA 3f3f834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd9871 - Browse repository at this point
Copy the full SHA 3dd9871View commit details -
Configuration menu - View commit details
-
Copy full SHA for a303d6d - Browse repository at this point
Copy the full SHA a303d6dView commit details -
Revert "Fix error message (flutter#3750)" (flutter#3751)
This reverts commit a303d6d.
Configuration menu - View commit details
-
Copy full SHA for a17efbf - Browse repository at this point
Copy the full SHA a17efbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 708bf9c - Browse repository at this point
Copy the full SHA 708bf9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3dc31f - Browse repository at this point
Copy the full SHA c3dc31fView commit details -
[google_maps_flutter] Fix handling of non-nullable invokeMethod retur…
…n types (flutter#3754) During the null-safety migration I accepted the auto-migrator use of as Future<T> to handle invokeMethod<T> returning a T?. I didn't realize that as does not actually do that kind of casting, and will fail with "type 'Future<T?>' is not a subtype of type 'Future<T>' in type cast". There were no tests that exercised these methods in any way, so automated tests didn't catch the bug. This adds a minimal test that calls all of the non-void methods to ensure that they don't explode (and a TODO to backfill full unit tests of the entire method channel). Fixes flutter/flutter#78426 Fixes flutter/flutter#78856
Configuration menu - View commit details
-
Copy full SHA for eab885b - Browse repository at this point
Copy the full SHA eab885bView commit details -
Update "eponymous concept" link. (flutter#3305)
Fixes an obsolete link.
Configuration menu - View commit details
-
Copy full SHA for 809d0de - Browse repository at this point
Copy the full SHA 809d0deView commit details -
[video_player] add http headers (flutter#3671)
This enables to pass HTTP headers to VideoPlayerController.network. Fixes: flutter/flutter#16466
Configuration menu - View commit details
-
Copy full SHA for 7c87a8c - Browse repository at this point
Copy the full SHA 7c87a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd43e9 - Browse repository at this point
Copy the full SHA 4cd43e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ecc550 - Browse repository at this point
Copy the full SHA 1ecc550View commit details
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5787b35 - Browse repository at this point
Copy the full SHA 5787b35View commit details
Commits on Mar 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e4064a3 - Browse repository at this point
Copy the full SHA e4064a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed290be - Browse repository at this point
Copy the full SHA ed290beView commit details
Commits on Mar 30, 2021
-
Make sure androidx.lifecycle classes aren't R8'ed away when using flu…
…tter_plugin_android_lifecycle (flutter#3746)
Configuration menu - View commit details
-
Copy full SHA for c631fa1 - Browse repository at this point
Copy the full SHA c631fa1View commit details -
Update build-all test for null-safe template (flutter#3773)
Flutter master now creates NNBD code when running 'flutter create', so the generated pubspec for build_all needs to use a compatible SDK version. This updates from 2.0.0 to 2.12.0. Also includes a test for this, which involved setting up tests for the file, and doing some refactoring to make the command testable. As a result, this fixes flutter/flutter#61049 (although more test backfill is needed).
Configuration menu - View commit details
-
Copy full SHA for e0e9be0 - Browse repository at this point
Copy the full SHA e0e9be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef641f7 - Browse repository at this point
Copy the full SHA ef641f7View commit details -
[google_maps_flutter] Fix TileOverlay cloning (flutter#3771)
TileOverlay was not copying its TileProvider. During the NNBD migration, map object updates were refactored to share code, and in that refactoring TileOverlay update construction was aligned with other map objects to use clones, so certain operations involving TileOverlays started dropping the TileProvider. Fixes flutter/flutter#77500
Configuration menu - View commit details
-
Copy full SHA for 860adb4 - Browse repository at this point
Copy the full SHA 860adb4View commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0db60bb - Browse repository at this point
Copy the full SHA 0db60bbView commit details -
[path_provider] Switch to new analysis options (flutter#3755)
Removes the override to use the legacy analysis, and fixes all resulting issues. Part of flutter/flutter#76229
Configuration menu - View commit details
-
Copy full SHA for febc3e3 - Browse repository at this point
Copy the full SHA febc3e3View commit details -
[google_maps_flutter_web] Migrate to null-safety. (flutter#3726)
* Updates JS-interop package to google_maps ^5.1.0 * Breaking changes: * The property `icon` of a `Marker` cannot be `null`. Defaults to `BitmapDescriptor.defaultMarker` * The property `initialCameraPosition` of a `GoogleMapController` can't be `null`. It is also marked as `required`. * The parameter `creationId` of the `buildView` method cannot be `null` (this should be handled internally for users of the plugin) * Most of the Controller methods can't be called after `remove`/`dispose`. Calling these methods now will throw an Assertion error. Before it'd be a no-op, or a null-pointer exception.
Configuration menu - View commit details
-
Copy full SHA for dc22884 - Browse repository at this point
Copy the full SHA dc22884View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 310fcc7 - Browse repository at this point
Copy the full SHA 310fcc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b8600 - Browse repository at this point
Copy the full SHA 55b8600View commit details -
[video_player]Update README.me (flutter#3713)
Shail Patel authoredApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 8531d56 - Browse repository at this point
Copy the full SHA 8531d56View commit details
Commits on Apr 2, 2021
-
[local_auth] Update Jetpack dependencies (flutter#3786)
The plugin was still using several beta version of Jetpack libraries from 2 years ago. Updates to the latest stable version of each. Fixes flutter/flutter#52742
Configuration menu - View commit details
-
Copy full SHA for 76a417c - Browse repository at this point
Copy the full SHA 76a417cView commit details
Commits on Apr 5, 2021
-
[google_maps_flutter] remove unnecessary test (flutter#3787)
Chris Yang authoredApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4322497 - Browse repository at this point
Copy the full SHA 4322497View commit details -
[tool] refactor publish plugin command (flutter#3779)
Chris Yang authoredApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for bd2dbb1 - Browse repository at this point
Copy the full SHA bd2dbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ec3cd - Browse repository at this point
Copy the full SHA 00ec3cdView commit details -
[local_auth] Fix callback thread handling (flutter#3778)
Ensure that all auth replies, which are sent on an internal framework queue per documentation, are dispatched back to the main thread for handling, as all resulting operations (method channel callbacks, display of UI) are things that must be done on the main thread In order to test this, sets up local_auth with XCTest-based tests, and adds the ability to inject a mock LAContext. (This does not do full unit test backfill, to limit the scope of the PR.) Fixes flutter/flutter#47465
Configuration menu - View commit details
-
Copy full SHA for 08f8f21 - Browse repository at this point
Copy the full SHA 08f8f21View commit details
Commits on Apr 6, 2021
-
[in_app_purchase] improve readme (flutter#3731)
Chris Yang authoredApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 4bd178b - Browse repository at this point
Copy the full SHA 4bd178bView commit details -
[google_map_flutter] fix version (flutter#3790)
Chris Yang authoredApr 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 81aad8f - Browse repository at this point
Copy the full SHA 81aad8fView commit details -
Switch script/tools over to the new analysis options (flutter#3777)
Removes the legacy analysis options override and fixes all resulting issues. This is a combination of dart fix and manual changes (mostly mechanical, but some small restructuring to address warnings more cleanly, such as creating typed structs from args when they are used repeatedly to avoid repeated casting, or making things that were unnecessarily public private). One small opportunistic extra cleanup is that the handling of null-safety prerelease versions is removed, as any new plugin would be written null-safe from the start, so we no longer need to allow those versions. Part of flutter/flutter#76229
Configuration menu - View commit details
-
Copy full SHA for 3f2e2ac - Browse repository at this point
Copy the full SHA 3f2e2acView commit details
Commits on Apr 7, 2021
-
[flutter_webview] Fix
allowsInlineMediaPlayback
ignored on iOS (flu…Chris Yang authoredApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 97ac042 - Browse repository at this point
Copy the full SHA 97ac042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ef73d9 - Browse repository at this point
Copy the full SHA 1ef73d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ebaa5 - Browse repository at this point
Copy the full SHA d5ebaa5View commit details
Commits on Apr 8, 2021
-
Fix and update version checks (flutter#3792)
Currently our version update checks aren't actually working; the script doesn't work correctly if no explicit --base-sha is passed, but that's always how CI is calling it. Fixes flutter/flutter#79823 (and version checks in general) This makes a number of changes: - Fixes it to work without --base-sha - Adds tests that it works in that mode - And tightens existing tests to require ToolExit, not just any error, to reduce false-positive test success - Adds verbose logging of the checks being done, to make it easier to debug this kind of issue in the future - Tightens the exception handling for missing previous versions to just the line that's expected to fail in that case - Only allows missing versions when "publish_to: none" is set - Adds that everywhere it's missing - Standardize the format in the repo to "none" (instead of also having "'none'"). - Allows the use of NEXT in CHANGELOG as a way of gathering changes that are worth noting, but not doing a publish cycle for. (Replaces the plan of using -dev versions, since that's actually harder to implement, and more confusing.) - Ensures that we don't forget to clean up NEXT entries when bumping versions
Configuration menu - View commit details
-
Copy full SHA for 89ccc0e - Browse repository at this point
Copy the full SHA 89ccc0eView commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1dbc262 - Browse repository at this point
Copy the full SHA 1dbc262View commit details -
[in_app_purchase] Added currency code and numerical price to product …
…detail model. (flutter#3794)
Configuration menu - View commit details
-
Copy full SHA for ee5d15e - Browse repository at this point
Copy the full SHA ee5d15eView commit details
Commits on Apr 13, 2021
-
[image_picker_platform_interface] Added pickMultiImage (flutter#3782)
* Added pickMultiImage to image_picker_platform_interface * Added tests * fixed platform_interface tests * Added tests * fixed platform_interface tests * Fixed tests * Fixed version in pubspec.yaml * Added test for imageQuality value; Implemented feedback * Format
Configuration menu - View commit details
-
Copy full SHA for f34add3 - Browse repository at this point
Copy the full SHA f34add3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b548ae1 - Browse repository at this point
Copy the full SHA b548ae1View commit details
Commits on Apr 15, 2021
-
[sensors] format dart code based on the new dart formatter (flutter#3809
Chris Yang authoredApr 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 0892a2d - Browse repository at this point
Copy the full SHA 0892a2dView commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e52725a - Browse repository at this point
Copy the full SHA e52725aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2844d2 - Browse repository at this point
Copy the full SHA e2844d2View commit details
Commits on Apr 20, 2021
-
Update PULL_REQUEST_TEMPLATE.md (flutter#3801)
Chris Yang authoredApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 6398441 - Browse repository at this point
Copy the full SHA 6398441View commit details -
[local_auth] docs update (flutter#3103)
Fixes incorrect reference to Touch ID rather than Face ID
Configuration menu - View commit details
-
Copy full SHA for ecf54b9 - Browse repository at this point
Copy the full SHA ecf54b9View commit details -
Path provider windows crash fix (flutter#3814)
Failures to get a known folder that don't throw Windows exceptions need to return null. Fixes flutter/flutter#80712
Configuration menu - View commit details
-
Copy full SHA for d572371 - Browse repository at this point
Copy the full SHA d572371View commit details -
Chris Yang authored
Apr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for eca7d6e - Browse repository at this point
Copy the full SHA eca7d6eView commit details
Commits on Apr 21, 2021
-
[camera] android-rework part 1: Base classes to support Android Camer…
…a features (flutter#3795) * Base classes to support Android camera features Co-authored-by: Andrew Coutts <[email protected]> * Fixed formatting * Applied feedback from PR Co-authored-by: Andrew Coutts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ac4fb8 - Browse repository at this point
Copy the full SHA 9ac4fb8View commit details -
[tools] fix version check command not working for new packages (flutt…
Chris Yang authoredApr 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 81a9537 - Browse repository at this point
Copy the full SHA 81a9537View commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0c2742 - Browse repository at this point
Copy the full SHA b0c2742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66972ed - Browse repository at this point
Copy the full SHA 66972edView commit details
Commits on Apr 23, 2021
-
[path_provider_*] code cleanup: sort directives (flutter#3823)
* sort directives * fmt
Configuration menu - View commit details
-
Copy full SHA for 015a772 - Browse repository at this point
Copy the full SHA 015a772View commit details -
Move all null safety packages' min dart sdk to 2.12.0 (flutter#3822)
Chris Yang authoredApr 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 50f9ee9 - Browse repository at this point
Copy the full SHA 50f9ee9View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4407b5a - Browse repository at this point
Copy the full SHA 4407b5aView commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c1c0c0 - Browse repository at this point
Copy the full SHA 5c1c0c0View commit details -
[tool] combine run and runAndExitOnError (flutter#3827)
Chris Yang authoredApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 6d12096 - Browse repository at this point
Copy the full SHA 6d12096View commit details -
[google_sign_in_web] fix README typos.
Chris Yang authoredApr 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a739b4 - Browse repository at this point
Copy the full SHA 8a739b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475b455 - Browse repository at this point
Copy the full SHA 475b455View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 04cf809 - Browse repository at this point
Copy the full SHA 04cf809View commit details
Commits on Apr 30, 2021
-
Prep the tools for publishing (flutter#3836)
Re-adds the LICENSE and CHANGELOG, and updates the README and pubspec, in preparation for pushing an updated version of the package. We are still using flutter_plugin_tools in flutter/packages, so this allows us to use updates (e.g., license checks, fixed version checks) in that repository as well. The README has been updated to note that it is no longer intended for general use, and we will (if it allows publishing) continue to mark the package as discontinued to reflect that.
Configuration menu - View commit details
-
Copy full SHA for 2d85090 - Browse repository at this point
Copy the full SHA 2d85090View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe18ad1 - Browse repository at this point
Copy the full SHA fe18ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 580a6e7 - Browse repository at this point
Copy the full SHA 580a6e7View commit details -
Re-add bin/ to flutter_plugin_tools (flutter#3839)
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
Configuration menu - View commit details
-
Copy full SHA for 54aad07 - Browse repository at this point
Copy the full SHA 54aad07View commit details -
[tool] add
all
anddry-run
flags to publish-plugin command (flutt…Chris Yang authoredApr 30, 2021 Configuration menu - View commit details
-
Copy full SHA for a2ce3da - Browse repository at this point
Copy the full SHA a2ce3daView commit details
Commits on May 4, 2021
-
Update third_party license checking (flutter#3844)
In preparation for enabling license checks in flutter/packages, update the allowed licenses: - Allow our license, for cases where we've locally added files - Allow the license used by the bsdiff package
Configuration menu - View commit details
-
Copy full SHA for f13a39e - Browse repository at this point
Copy the full SHA f13a39eView commit details -
Add implement and registerWith method to plugins (flutter#3833)
Emmanuel Garcia authoredMay 4, 2021 Configuration menu - View commit details
-
Copy full SHA for c54b73d - Browse repository at this point
Copy the full SHA c54b73dView commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26456c8 - Browse repository at this point
Copy the full SHA 26456c8View commit details -
Temporarily disable Windows tests (flutter#3862)
Windows bots are currently broken for building Flutter desktop apps; see flutter/flutter#82032 and related issues. This temporarily disables the tests; most PRs do not affect Windows, so we don't need the whole tree to continue to be closed while that's resolved.
Configuration menu - View commit details
-
Copy full SHA for d763b2c - Browse repository at this point
Copy the full SHA d763b2cView commit details -
Enable analysis for the tool directory (flutter#3853)
Since the tooling doesn't live in packages/, we're not currently analyzing it. This enables analysis so that we won't have analyzer issues creeping in over time. To minimize complexity, this just adds it directly to the Cirrus configuration rather than building knowledge of the tool directory into the tool itself.
Configuration menu - View commit details
-
Copy full SHA for 19efacc - Browse repository at this point
Copy the full SHA 19efaccView commit details -
Add support for third_party packages in Dart code (flutter#3847)
flutter/packages has two packages in third_party/packages/, which wasn't something our tooling recognized, so no package-based CI checks are running on them. This adds knowledge that there can be a third_party/packages/ directory as a sibling of the primary packages directory. Also migrates common_tests off of the shared (now deprecated) mock filesystem and onto a test-local mock filesystem. Fixes flutter/flutter#81570
Configuration menu - View commit details
-
Copy full SHA for 20f0374 - Browse repository at this point
Copy the full SHA 20f0374View commit details -
Move incremental_build.sh to run-on-changed-packages (flutter#3846)
Switch incremental_build.sh from using the older check_changed_packages implemented in bash to the newer (tested/testable) Dart implementation via --run-onchanged-packages. Also clarifies in help that the flag runs on all packages when nothing has changed.
Configuration menu - View commit details
-
Copy full SHA for bfc6ebf - Browse repository at this point
Copy the full SHA bfc6ebfView commit details -
Fix analyzer issues (flutter#3863)
* Make infos fatal when analyzing packages * Fix import ordering for updated analysis
Configuration menu - View commit details
-
Copy full SHA for b2104b4 - Browse repository at this point
Copy the full SHA b2104b4View commit details
Commits on May 10, 2021
-
[image_picker] Image picker phpicker impl (flutter#3835)
* Add PHPicker libraries and its delegate I have to implement PHPicker to select photos, live photos and videos from the photo library for iOS 14 and higher versions. But I also have to keep old UIImagePickerController for lower iOS versions and to use camera. * Add PHPicker implementation * Refactor UIImagePickerController implementation I moved the UIImagePickerController implementation into pickImageWithUIImagePicker method for code reusability. * Refactor handleMethodCall function * Refactor showPhotoLibrary function * Add the limited access into the photo library I refactored the checkPhotoAuthorization function to add limited access functionality. Also I implemented showLimitedPhotoLibrary function to call presentLimitedLibraryPickerFromViewController. * Add the implementation of picker function I implemented picker function that is came from PHPickerViewControllerDelegate. * Refactor Info.plist file I added PHPhotoLibraryPreventAutomaticLimitedAccessAlert = YES into Info.plist to use limited access functionality. * Add the function to get PHAssetResult * Change the image to bypass HEIC problem * Add UITest to test select photo functionality * Add unit test for PHAssetResult * Format the codes in all files * Fix the unit test * Update the version * Add the description into CHANGELOG file * Fix the license header * Remove the unnecessary if statement * Refactor PHPickerViewController to use property * Refactor phPickerFlag state to use property * Refactor the code to combine lines * Refactor arguments to use property * Revert formatting changes This reverts part of commit 36b6a2a. * Fix the unit test * Format the code * Refactor the UITest to skip lower versions * Fix the property's name * Refactor the properties to pass them via methods * Add the getDesiredImageQuality method * Add API_AVAILABLE for limited access method * Refactor PHPickerController to use as a property * Refactor PHPicker picker method and UITest * Refactor the UITest Move to UITest to new target file to test on iOS 14 and higher versions. * Change the team to None in the RunnerUITestiOS14 * Fix the UITest * Refactor the method to fix dispatch * Change to use self instead of weakSelf * Fix the UITest to use XCTSkip * Add ImagePickerClassType to use enum * Remove unused method If the user enabled limited library access, use presentLimitedLibraryPickerFromViewController to present the limited library picker so they may update their selection. But in this case, limited access status will not return with old requestAuthorization implementation in checkPhotoAuthorization method. So this method will not be used. * Fix property to change copy to strong * Refactor enum * Change argument call * Add checkPhotoAuthorizationForAccessLevel method I implemented requestAuthorizationForAccessLevel which is the new way to handle the photo library authorization with iOS 14+.
Configuration menu - View commit details
-
Copy full SHA for 26c45dc - Browse repository at this point
Copy the full SHA 26c45dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8bb67 - Browse repository at this point
Copy the full SHA 6f8bb67View commit details -
Check in macOS example Podfiles (flutter#3864)
PR flutter#3747 stopped ignoring Podfiles and added the missing iOS Podfiles, but not the macOS Podfiles.
Configuration menu - View commit details
-
Copy full SHA for 7765fa0 - Browse repository at this point
Copy the full SHA 7765fa0View commit details -
Simplify the tooling bash scripts (flutter#3865)
- Rename incremental_build.sh to tool_runner.sh since it has been used for things other than building for a while, and also isn't always incremental. - Replace check_publish.sh with tool_runner.sh to reduce the number of special-case scripts. This is a small behavioral change in that now PRs that don't change any packages will test all packages, as with our other scripts. - Eliminate check_changed_packages. All critical uses have now been replaced by the Dart version of the logic, and the one remaining use was purely for an error message that says something that should be relatively easy to figure out from context anyway. This means we have less bash code to maintain (without unit tests) and understand.
Configuration menu - View commit details
-
Copy full SHA for 0c99a3b - Browse repository at this point
Copy the full SHA 0c99a3bView commit details -
Ensure that integration tests are actually being run (flutter#3857)
Many of our integration tests weren't actually being run on CI because they were in the wrong place and/or missing the driver file, and it seems we've just never noticed. This makes a number of changes: - Ensures that all packages with integration tests also have a driver file in the right location. - Also standardizes the format of those files, as the boilerplate `main()` is available in `integration_test`. - Ensures that all integration_test directories are in the right place. - In a couple of places, removes a duplicate copy of the integration test file. - Makes it an error for a plugin that's not excluded to not have integration tests, so this can't easily happen again. - Adds logging of what's being run and skipped, so if something does go wrong in the future it's easy to determine what from the logs. - Excludes `*_platform_interface` since the logging was (potentially confusingly) reporting that they were skipped because they don't support the current platform. Skipping them is correct, just not for that reason. - Excludes the plugins that currently have no integration tests, with references to issues about adding them. Fixes flutter/flutter#81929
Configuration menu - View commit details
-
Copy full SHA for 37ac97f - Browse repository at this point
Copy the full SHA 37ac97fView commit details -
Exclude some missing integration tests (flutter#3872)
ios_platform_images does not currently have an integration test, and file_chooser does not have a web integration test, so both must be explicitly excluded due to recent tooling changes. See: flutter/flutter#82208 flutter/flutter#82211
Configuration menu - View commit details
-
Copy full SHA for 0474ef8 - Browse repository at this point
Copy the full SHA 0474ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbb0ce - Browse repository at this point
Copy the full SHA fcbb0ceView commit details -
[in_app_purchase] platform interface improvement (flutter#3821)
Adds some improvements to the platform interface. 1. Make `InAppPurchasePlatformAddition` a subclass of `PlatformInterface` to take advantage of the existing token checking logic. (I also consider `InAppPurchasePlatformAddition` a `PlatformInterface` because it works in a similar way. 2. Make the `instance` variable `late` as we should never access it before setter. 3. Add tests for `InAppPurchasePlatformAddition` part of flutter/flutter#78525
Chris Yang authoredMay 10, 2021 Configuration menu - View commit details
-
Copy full SHA for e11179d - Browse repository at this point
Copy the full SHA e11179dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b9711 - Browse repository at this point
Copy the full SHA d3b9711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e0035 - Browse repository at this point
Copy the full SHA 39e0035View commit details -
Configuration menu - View commit details
-
Copy full SHA for be327bb - Browse repository at this point
Copy the full SHA be327bbView commit details
Commits on May 11, 2021
-
[in_app_purchase] Expose in_app_purchase_exception.dart correctly (fl…
…utter#3874) * Expose in_app_purchase_exception.dart correctly * Update iOS implementation to use new instance
Configuration menu - View commit details
-
Copy full SHA for eb37661 - Browse repository at this point
Copy the full SHA eb37661View commit details -
Update readme with warning for double import of the android billing c…
…lient library. (flutter#3845)
Configuration menu - View commit details
-
Copy full SHA for f06a2b4 - Browse repository at this point
Copy the full SHA f06a2b4View commit details -
[in_app_purchase] Federated Android implementation (flutter#3841)
* Implement BillingClientWrapper and unit-tests * Android specific implementation * Moved Android specific methods into addition class * Added missing line end * Purchases status to restored after call restorePurchases * Don't force GooglePlayPurchaseParam * Implement registerPlatform method * Added TODO comment to add example * Fixed mistake in API documentation * Added additional assert to test enablePendingPurchase * Update Android implementation with latest platform_interface
Configuration menu - View commit details
-
Copy full SHA for 1a4cee7 - Browse repository at this point
Copy the full SHA 1a4cee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53319eb - Browse repository at this point
Copy the full SHA 53319ebView commit details -
[google_sign_in] document web usage (flutter#3876)
Fixes flutter/flutter#81848 Also fixed some headers in the readme and one more link Prepare for v5.0.3 release
Configuration menu - View commit details
-
Copy full SHA for c6065aa - Browse repository at this point
Copy the full SHA c6065aaView commit details -
[tool] version-check publish-check commands can check against pub (fl…
…utter#3840) Add a PubVersionFinder class to easily fetch the version from pub. Add an against-pub flag to check-version command, which allows it to check the version against pub server Make the 'publish-check' command to check against pub to determine if the specific versions of packages need to be published. Add a log-status flag, which allows the publish-check command to log the final status of the result. This helps other ci tools to easily grab the results and use it to determine what to do next. See option 3 in flutter/flutter#81444 This PR also fixes some tests. partially flutter/flutter#81444
Chris Yang authoredMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e0c75b - Browse repository at this point
Copy the full SHA 0e0c75bView commit details -
Temporarily run Windows tests via GitHub Actions (flutter#3875)
Until the infrastructure limitations that led to flutter/flutter#82032 are fixed, run basic Windows tests via GitHub Actions (which do have VS available) so that we aren't missing all Windows coverage.
Configuration menu - View commit details
-
Copy full SHA for d160ed5 - Browse repository at this point
Copy the full SHA d160ed5View commit details -
[in_app_purchase] Update to pub version of in_app_purchase_platform_i…
…nterface dependency (flutter#3879) * Update to pub version of platform interface * Add missing dependencies * Renamed podspec file to match new package name
Configuration menu - View commit details
-
Copy full SHA for 0d62083 - Browse repository at this point
Copy the full SHA 0d62083View commit details -
[tool] github action to auto publish (skeleton) (flutter#3834)
Chris Yang authoredMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 145b6cf - Browse repository at this point
Copy the full SHA 145b6cfView commit details -
[tool] add an
skip-confirmation
flag to publish-package for running…… the command on ci (flutter#3842) the skip-confirmation flag will add a --force flag to pub publish, it will also let users to skip the y/n question when pushing tags to remote. Fixes flutter/flutter#79830
Chris Yang authoredMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for e674e0d - Browse repository at this point
Copy the full SHA e674e0dView commit details -
Revert "[tool] github action to auto publish (skeleton) (flutter#3834)…
…" (flutter#3880)
Chris Yang authoredMay 11, 2021 Configuration menu - View commit details
-
Copy full SHA for ad5e88f - Browse repository at this point
Copy the full SHA ad5e88fView commit details
Commits on May 12, 2021
-
Only mark PRs for publishing that change pubspec (flutter#3878)
If a PR didn't change pubspec.yaml, then it doesn't need to be published.
Configuration menu - View commit details
-
Copy full SHA for 146f54a - Browse repository at this point
Copy the full SHA 146f54aView commit details -
[in_app_purchase] iOS example using in_app_purchase_ios package (flut…
…ter#3870) Adds the example app for the in_app_purchase_ios platform implementation. All files that are part of the in_app_purcase_ios/example/ios folder have been copied over from in_app_purchase/example/ios. From all these files I only had to update the following: Renamed in_app_purchase_ios/ios/in_app_purchase.podspec file to in_app_purchase_ios/ios/in_app_purchase_ios.podspec (to match the new package name); Update the @import in_app_purchase statement to @import in_app_purchase_ios in the following files: InAppPurchasePluginTest.m PaymentQueueTest.m ProductRequestHandlerTest.m Stubs.h TranslatorTest.m I have tested the example project on my iPhone 12 Mini and it works fine. Also the iOS specific unit-test run correctly. Adds the iOS implementation for issue flutter/flutter#81695
Configuration menu - View commit details
-
Copy full SHA for e88b1d8 - Browse repository at this point
Copy the full SHA e88b1d8View commit details -
[in_app_purchase] Android example using in_app_purchase_android packa…
…ge (flutter#3861) Adds the example app for the in_app_purchase_android platform implementation. Adds the Android implementation for issue flutter/flutter#81695 NOTE: this PR builds on top of the "[in_app_purchase] Federated Android implementation" pull request. If have split in into a separate PR so it would be easier to review.
Configuration menu - View commit details
-
Copy full SHA for 93529ec - Browse repository at this point
Copy the full SHA 93529ecView commit details -
[in_app_purchase] Implementation of the app facing package (flutter#3877
) * Start with app-facing package * Update to pub version of platform interface * Update CHANGELOG with feedback from PR * Fix some spelling mistakes * Update CHANGELOG with feedback from PR * Update README with new features * Update dependencies and links in documentation * Remove iOS test from example project * Remove test target from Podfile * Remove test from Xcode scheme
Configuration menu - View commit details
-
Copy full SHA for d496845 - Browse repository at this point
Copy the full SHA d496845View commit details
Commits on May 13, 2021
-
[in_app_purchase] Configure correct App Bundle identifier (flutter#3883)
By accident the in_app_purchase was committed using the wrong App Bundle identifier (see commit c91c446). This pull request will correct the mistake and update it to the correct App Bundle identifier.
Configuration menu - View commit details
-
Copy full SHA for c62a445 - Browse repository at this point
Copy the full SHA c62a445View commit details -
Revert "Temporarily disable Windows tests (flutter#3862)" (flutter#3884)
This reverts commit d763b2c.
Configuration menu - View commit details
-
Copy full SHA for fa5050a - Browse repository at this point
Copy the full SHA fa5050aView commit details -
[in_app_purchase] update min Flutter version to 1.20.0 (flutter#3887)
Chris Yang authoredMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6f79c26 - Browse repository at this point
Copy the full SHA 6f79c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf9c4f - Browse repository at this point
Copy the full SHA 8cf9c4fView commit details -
[image_picker] Image picker fix metadata (flutter#3873)
This PR fixes a rotation problem where "Select Photos" limited access is chosen but the image that is picked is not included in selected photos and the image is scaled.
Configuration menu - View commit details
-
Copy full SHA for 95a0a5c - Browse repository at this point
Copy the full SHA 95a0a5cView commit details
Commits on May 14, 2021
-
[video_player][camera] Use TestWidgetsFlutterBinding.ensureInitialize…
…d(); to make sure necessary resources are initialized. (flutter#3892)
Chris Yang authoredMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d0a9aea - Browse repository at this point
Copy the full SHA d0a9aeaView commit details
Commits on May 15, 2021
-
Overhaul CONTRIBUTING.md (flutter#3890)
Rewrites to point to documentation that has been move to the Flutter wiki so that the main document is much shorter, and better matches the flutter/flutter and flutter/engine CONTRIBUTING.md.
Configuration menu - View commit details
-
Copy full SHA for b1a38c8 - Browse repository at this point
Copy the full SHA b1a38c8View commit details -
Update tool README for packages use (flutter#3882)
Updates to better reflect that this tooling is still used in flutter/packages, and how that differs from the flutter/plugins usage.
Configuration menu - View commit details
-
Copy full SHA for 0a8eec5 - Browse repository at this point
Copy the full SHA 0a8eec5View commit details -
Begin migrating tools to NNBD (flutter#3891)
- Updates dependencies to null-safe versions - Migrates common.dart (which doesn't depend on anything) - Migrates common_tests.dart and its one dependency, utils.dart - Adds build_runner for Mockito mock generation - Adds a new utility methods for getting arguments that handle both the casting and the removal of nullability to address a common problematic pattern while migrating code. - Converts all files, not just the migrated ones, to those new helpers. Migrating common.dart and utils.dart should unblock a command-by-command migration to null safety. Reverts the separate of podspect lints into a step that doesn't do a Flutter upgrade (flutter#3700) because without that step we had a version of Dart too old to run null-safe tooling. First step of flutter/flutter#81912
Configuration menu - View commit details
-
Copy full SHA for 15cedbc - Browse repository at this point
Copy the full SHA 15cedbcView commit details -
[webview_flutter] Remove fallback Activity and watch uiMode (flutter#…
Emmanuel Garcia authoredMay 15, 2021 Configuration menu - View commit details
-
Copy full SHA for d4f708b - Browse repository at this point
Copy the full SHA d4f708bView commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a3818f2 - Browse repository at this point
Copy the full SHA a3818f2View commit details -
Migrate some tool commands to NNBD (flutter#3899)
Now that individual commands can be migrated, migrate several commands that are trivially migratable. Part of flutter/flutter#81912
Configuration menu - View commit details
-
Copy full SHA for 3995b43 - Browse repository at this point
Copy the full SHA 3995b43View commit details -
Bump min Android SDK to the version required at runtime (flutter#3894)
Emmanuel Garcia authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 16b0144 - Browse repository at this point
Copy the full SHA 16b0144View commit details -
Clean up webview readme (flutter#3900)
Emmanuel Garcia authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 47b2a96 - Browse repository at this point
Copy the full SHA 47b2a96View commit details
Commits on May 18, 2021
-
[in_app_purchase] Expose the NSLocale object (flutter#3897)
* Expose remaining "simple" fields from NSLocale on SKProductWrapper. * Fix tests * Fix serialization * Format code * Updated version and changelog * Revert "Updated version and changelog" This reverts commit 07fe2f5. * Updated version and changelog
Configuration menu - View commit details
-
Copy full SHA for e742a7b - Browse repository at this point
Copy the full SHA e742a7bView commit details -
[in_app_purchase] Add reference to the codelab in the README (flutter…
…#3896) * Add reference to the codelab * Updated version number
Configuration menu - View commit details
-
Copy full SHA for e25698f - Browse repository at this point
Copy the full SHA e25698fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f95a81 - Browse repository at this point
Copy the full SHA 0f95a81View commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb465b7 - Browse repository at this point
Copy the full SHA cb465b7View commit details -
[webview_flutter] Bump version for republishing (flutter#3928)
The published version of 2.0.6 is not compatible with the current Flutter stable (2.2) and earlier due to an issue with how Dart 2.14 (on the current Flutter master) creates archives. See dart-lang/pub#3001 This is a no-op change to allow republishing from stable. Fixes flutter/flutter#82803
Configuration menu - View commit details
-
Copy full SHA for 9c5d902 - Browse repository at this point
Copy the full SHA 9c5d902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 327af39 - Browse repository at this point
Copy the full SHA 327af39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 199e258 - Browse repository at this point
Copy the full SHA 199e258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469551a - Browse repository at this point
Copy the full SHA 469551aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c524a3 - Browse repository at this point
Copy the full SHA 1c524a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88eb1f8 - Browse repository at this point
Copy the full SHA 88eb1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd5465 - Browse repository at this point
Copy the full SHA dbd5465View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a980f - Browse repository at this point
Copy the full SHA b8a980fView commit details -
[flutter_plugin_android_lifecycle] Migrate maven repo from jcenter to…
… mavenCentral (flutter#3912)
Configuration menu - View commit details
-
Copy full SHA for 1eb34ae - Browse repository at this point
Copy the full SHA 1eb34aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc63b5 - Browse repository at this point
Copy the full SHA cdc63b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fb71f - Browse repository at this point
Copy the full SHA 38fb71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e049c82 - Browse repository at this point
Copy the full SHA e049c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6587691 - Browse repository at this point
Copy the full SHA 6587691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aef903 - Browse repository at this point
Copy the full SHA 4aef903View commit details -
Configuration menu - View commit details
-
Copy full SHA for db7e1a5 - Browse repository at this point
Copy the full SHA db7e1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99da075 - Browse repository at this point
Copy the full SHA 99da075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437a98b - Browse repository at this point
Copy the full SHA 437a98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4277ce9 - Browse repository at this point
Copy the full SHA 4277ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d15b7a - Browse repository at this point
Copy the full SHA 4d15b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a35164 - Browse repository at this point
Copy the full SHA 6a35164View commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f55c868 - Browse repository at this point
Copy the full SHA f55c868View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83d8ef - Browse repository at this point
Copy the full SHA a83d8efView commit details -
[video_player] Fix pointer value to boolean conversion analyzer warni…
…ngs (flutter#3940) Fix `Converting a pointer value of type 'NSNumber * _Nullable' to a primitive boolean value; instead, either compare the pointer to nil or call -boolValue` analyzer warnings. Fixes flutter/flutter#82958
Configuration menu - View commit details
-
Copy full SHA for 0a85aa2 - Browse repository at this point
Copy the full SHA 0a85aa2View commit details -
[connectivity] Ignore Reachability pointer to int cast warning (flutt…
…er#3941) Suppress Reachability dependency warning in iOS and macOS example app. Fixes flutter/flutter#82964
Configuration menu - View commit details
-
Copy full SHA for df4dea5 - Browse repository at this point
Copy the full SHA df4dea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461dd19 - Browse repository at this point
Copy the full SHA 461dd19View commit details -
[wifi_info_flutter] Ignore Reachability pointer to int cast warning (f…
…lutter#3947) Suppress Reachability dependency warning in iOS example app.
Configuration menu - View commit details
-
Copy full SHA for 8e6039a - Browse repository at this point
Copy the full SHA 8e6039aView commit details -
Make run-on-changed-packages flag handle repo-level changes (flutter#…
…3946) Changes to some files (e.g., CI scripts) have the potential to cause failures in any packages, without changes to those packages themselves. This updates the --run-on-changed-packages to consider all packages as changed if any of those files are changed, to avoid issues where a change that changes both some repo-level files and some package-specific files only run presubmit tests on the packages that are directly changed, causing post-submit-only failures. Fixes flutter/flutter#82965
Configuration menu - View commit details
-
Copy full SHA for 6b309e3 - Browse repository at this point
Copy the full SHA 6b309e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b1e1d - Browse repository at this point
Copy the full SHA f3b1e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e245d2 - Browse repository at this point
Copy the full SHA 6e245d2View commit details
Commits on May 21, 2021
-
[url_launcher] Fix Link test (flutter#3954)
One of the Link tests relied on internal implementation details of url_launcher_platform_interface that have changed, so started failing when the new version of that plugin was published. This replaces that test with a test that the relevant url_launcher_platform_interface function is called, without asserting anything about how it works internally.
Configuration menu - View commit details
-
Copy full SHA for ded320c - Browse repository at this point
Copy the full SHA ded320cView commit details -
[webview_flutter] Fix race in test (flutter#3958)
The native view's scroll position is not always settled by the time the first set call is made, so that change can be stomped. This adds an initial fetch of the scroll position to give the view time to stabilize. This is not a guaranteed fix, since it's not clear why the position is changing and thus what (if anything) we could reliably listen to post-load, but in practice appears to fix the race.
Configuration menu - View commit details
-
Copy full SHA for 5c778ea - Browse repository at this point
Copy the full SHA 5c778eaView commit details -
Mass pubspec.yaml cleanup (flutter#3927)
Regularizes the pubspec.yaml files of the plugins: - Changes from `homepage` to `repository` to improve the linking on pub.dev. - Adds an `issue_tracker` link that links directly to a search on that plugin's label, to improve the linking on pub.dev. - Standardizes the section order as `environment`, `flutter`, `dependencies`, `dev_dependencies`. This matches the current template, except that `flutter` is higher as it's critical information in a plugin (which should potentially be revisited in the template). - Sorts dependencies within each section. - Updates the Flutter SDK versions to 2.0.0; in practice this is already the case due to the Dart SDK version requirement, so this just makes it less confusing. - Standardizes the location of `version` in the initial block. Changes that were considered out of scope: - Actually cleaning up dependencies (e.g., removing meta where it's no longer needed). The goal was to make this PR as mechanical as possible, and to not change any actual behavior). - The example/ pubspecs (just to limit the scope of the PR; we should eventually clean those up too). - Plugins that have Plus Plugin equivalents, per repo policy, as this is a non-critical change. This does not update versions; these changes can be picked up the next time the plugins happen to be published. This also doesn't add automated enforcement. We should consider that in the future though; filed as flutter/flutter#82913
Configuration menu - View commit details
-
Copy full SHA for 388f916 - Browse repository at this point
Copy the full SHA 388f916View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f0d18 - Browse repository at this point
Copy the full SHA e3f0d18View commit details -
[url_launcher] Fix Link test breakage from shadow DOM changes
Replace the per-platform-view shadow dom query with a top-level shadow dom query. Fixes breakage from flutter/engine#25747
Configuration menu - View commit details
-
Copy full SHA for 77cd1fc - Browse repository at this point
Copy the full SHA 77cd1fcView commit details -
[share] Do not tear down channel onDetachedFromActivity. (flutter#3942)
* Remove the tearDownChannel onDetachedFromActivity. Only set activity to null. * update changelog * increase version
Configuration menu - View commit details
-
Copy full SHA for 9b1f9ee - Browse repository at this point
Copy the full SHA 9b1f9eeView commit details -
Enable NNBD for more plugin integration tests (flutter#3934)
Migrate more plugins' integration tests to NNBD now that integration_test is null-safe on stable. - camera - google_maps_flutter - local_auth - shared_preferences - url_launcher
Configuration menu - View commit details
-
Copy full SHA for 387a4fa - Browse repository at this point
Copy the full SHA 387a4faView commit details -
Use collection and box literals in ObjC code (flutter#3960)
Replaces the harder-to-read and more-error-prone dictionaryWithObjectsAndKeys: and dictionaryWithObject:forKey: with modern dictionary literals. Also replaces numberWith*: with boxed literal syntax.
Configuration menu - View commit details
-
Copy full SHA for 7b47511 - Browse repository at this point
Copy the full SHA 7b47511View commit details
Commits on May 22, 2021
-
[url_launcher] and [url_launcher_platform_interface] Fix tests broken…
… my ChannelBuffers migration (flutter#3966) * Remove redundant test. This test broke because it relies on implementation details that are no longer valid. We believe it is redundant with the test above it and the test in the interface package at this point. * ChannelBuffers is actually async ...so we have to run the test using runAsync otherwise the future will never complete.
Configuration menu - View commit details
-
Copy full SHA for bca7c9f - Browse repository at this point
Copy the full SHA bca7c9fView commit details -
Move integration test to null safety for multiple plugins (flutter#3932)
Cherry-picks flutter#3646 from the NNBD integration test branch, and updates it for changes on master. Co-authored-by: Chris Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a864de2 - Browse repository at this point
Copy the full SHA a864de2View commit details
Commits on May 24, 2021
-
[quick-actions] Revert migrating integration tests to NNBD (flutter#3967
) Reverts the quick_action portion of: "Move integration test to null safety for multiple plugins (flutter#3932)" (commit a864de2) since it seems to have broken XCUITests.
Configuration menu - View commit details
-
Copy full SHA for 52033ca - Browse repository at this point
Copy the full SHA 52033caView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd597db - Browse repository at this point
Copy the full SHA bd597dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d64ffc - Browse repository at this point
Copy the full SHA 7d64ffcView commit details -
Migrate to .ci.yaml (flutter#3938)
Casey Hillers authoredMay 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 12c3291 - Browse repository at this point
Copy the full SHA 12c3291View commit details
Commits on May 25, 2021
-
Clean up cruft in pubspec.yaml files (flutter#3972)
- Standardize on mockito 5.0 now that the conflicts with SDK packages is resolved on stable. - Removes overrides that were only needed for Flutter 2.0 - Update a -nullsafe inter-package dependency - Update some older federated examples that used dependency_overrides to depend on its encloding package by path to the now-standard option of listing that path-based dependency directly.
Configuration menu - View commit details
-
Copy full SHA for 2721adb - Browse repository at this point
Copy the full SHA 2721adbView commit details -
[flutter_plugin_android_lifecycle] Migrate integration test to NNBD (f…
…lutter#3969) Enables null safety for the integration test now that it's supported on master.
Configuration menu - View commit details
-
Copy full SHA for 6359f0d - Browse repository at this point
Copy the full SHA 6359f0dView commit details -
[video_player] Migrate integration tests to NNBD (flutter#3968)
Enables null safety for integration tests now that it is supported on master.
Configuration menu - View commit details
-
Copy full SHA for 3b0f897 - Browse repository at this point
Copy the full SHA 3b0f897View commit details -
[camera] android-rework part 4: Android flash and zoom features (flut…
…ter#3798) * Base classes to support Android camera features Co-authored-by: Andrew Coutts <[email protected]> * Fixed formatting * Applied feedback from PR * Added Android Flash and Zoom features Co-authored-by: Andrew Coutts <[email protected]> * Use mockito-inline * Fix formatting issue * Processed feedback on pull request. * Fixed formatting * Fixed formatting * Swap docs to match correct methods Co-authored-by: Andrew Coutts <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2576d6b - Browse repository at this point
Copy the full SHA 2576d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c82a95 - Browse repository at this point
Copy the full SHA 0c82a95View commit details