plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Plugins for Flutter maintained by the Flutter team

Results 128 plugins issues
Sort by recently updated
recently updated
newest added

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...

p: google_sign_in
platform-android
needs tests

- 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...

p: quick_actions
platform-ios
autosubmit

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...

p: camera
platform-android

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]...

p: google_maps_flutter
platform-ios

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...

p: in_app_purchase
platform-ios

Bumps gradle from 7.2.1 to 7.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.2.1&new-version=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...

dependencies
p: webview_flutter
platform-android
needs tests
java
autosubmit

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...

p: camera
platform-android

## 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...

p: local_auth
platform-android

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...

p: google_sign_in

*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...

p: video_player
platform-ios
platform-android
platform-web