plugins
plugins copied to clipboard
Plugins for Flutter maintained by the Flutter team
Corrects minor typo in logs printed by plugin. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
- Refactor shortcut related logics into a separate `FLTShortcutStateManager` which manages a list of all shortcut items. The `FLTQuickActionsPlugin` class does not directly depend on `[UIApplication sharedApplication].shortcutItems` anymore. - Also...
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...
Re-able the test that triggers system alert as it seems not failing anymore in newest iOS versions. fixes: https://github.com/flutter/flutter/issues/93325 ## Pre-launch Checklist - [ ] I read the [Contributor Guide]...
SKProductDiscount added "identifier", "type" two fields in iOS12.2, but the plugin is missing. In some discount purchase scenarios, we need these fields. Fixes flutter/flutter#100602 This PR is a fork of...
Bumps gradle from 7.2.1 to 7.2.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Cameras in android versions greater than 11 are strongly pushed by the android team to use logical cameras to wrap multiple physical rear cameras into a single "logical camera." The...
## Description - Added AuthenticationErrorHandler class to encapsulate error handling logic which can be reused in several places. It can help to avoid applying different error processing logic for same...
Add documentation for iOS auth with SERVER_CLIENT_ID. After a long time struggling with a non-working iOS configuration but Android working well, I figured out that firebase was not adding the...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...