Camille Simon
Camille Simon
This PR is intended to add the APIs used to support spell check for `EditableText`, as part of Issue [#34688](https://github.com/flutter/flutter/issues/34688). To understand this PR in fuller context, please see [this...
The [`google_sign_android` plugin](https://github.com/flutter/plugins/blob/main/packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInPlugin.java) currently uses the [gms.auth.api.signin](https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/package-summary) package. While this package is not being deprecated yet, Google suggests migrating to [gms.auth.api.identity](https://developers.google.com/android/reference/com/google/android/gms/auth/api/identity/package-summary) (see note at the top of [this page](https://developers.google.com/identity/sign-in/web/sign-in).) to...
Adds plugin for development of the camera Android plugin implemented with CameraX. This is to start https://github.com/flutter/flutter/issues/107260. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the...
Fixes endless warning in the splash screen docs: https://docs.flutter.dev/development/ui/advanced/splash-screen?tab=android-splash-alignment-kotlin-tab. Also makes minor grammatical changes. ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). -...
Re-lands [PR #31092](https://github.com/flutter/engine/pull/31092), with the following differences: 1. Leaves usages of `DEFAULT_SYSTEM_UI` flag due to change in edge-to-edge mode becoming the Android standard after API 29 and the undesired effects...
Adds `CameraSelector` class wrapper to CameraX plugin. Part of https://github.com/flutter/flutter/issues/111124. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. -...
Part of https://github.com/flutter/flutter/issues/111127. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree...
Proof of concept for https://github.com/flutter/flutter/issues/107260. Adds the `availableCameras()` method to the CameraX plugin. ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there...
Implements Material spell check suggestions toolbar, to complete the Android portion of https://github.com/flutter/flutter/issues/34688, with the following behavior: | Gesture | Video Link | | ------------- | ------------- | | Tap...
Bumps AGP and NDK versions specified for Flutter app templates to match those specified in `flutter.gradle`. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process...