Tags: Atsumi3/plugins
Tags
[local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/l… …ocal_auth_android/android (flutter#6393) * [local_auth]: Bump core Bumps core from 1.8.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump compilesdkversion * Bump fragment and update changelog * Bump gradle version * Bump compileSdkVersion * Bump all plugins compilesdkversion * Bump gradle version of example apps * Update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <camillesimon90@gmail.com>
[image_picker] GIF files will animate without permissions. PNG and GI… …F files will retain their image type if missing permissions. (flutter#7084) * Fix GIF files not animating if permission not given. Fix PNG files getting convert to JPG if permission not given * updated changelog and pubspec, added a comment
[Espresso] Update expressio dependencies (flutter#7108) * Update gradle and gson dependencies * Update changelog and version * Modify tense to follow changelog style
[camera] flip/change camera while recording - platform interface (flu… …tter#7011) * platform interface changes pr * changes version to 2.4 * fixes versioning --------- Co-authored-by: BradenBagby <braden.bagby@wavv.com>
[in_app_pur]: Bump billing from 5.0.0 to 5.1.0 in /packages/in_app_pu… …rchase/in_app_purchase_android/android (flutter#6701) * [in_app_pur]: Bump billing Bumps billing from 5.0.0 to 5.1.0. --- updated-dependencies: - dependency-name: com.android.billingclient:billing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add annotation and modify changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <camillesimon90@gmail.com>
[camera_android] Default to legacy recording profile when EncoderProf… …iles unavailable (flutter#7073) * Make changes, start test * Bump versions * Add test * Formatting * Add issue * Fix test * Address review
[webview_flutter_wkwebview][webview_flutter_android] Fixes bug where … …the `WebView`s could not be released (flutter#6996) * fix and test non disposing webview * combine boolean * version bump * more pumpAndSettles * add more pumpAndSettles * update int tests * android test * fix version bump and unchange compile files * make _currentNavigationDelegate nullable * quick fix * accidental letter * small tests fixes * missing hashtag