plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### Plugin share_plus ### Use case See image for expectation:  Left: Flutter behavior (no thumbnail screenshot) Right: native behavior with thumbnail This seems to be available on iOS. Not...
### Platform android 18 ### Plugin package_info_plus ### Version 6.0.0 ### Flutter SDK 3.19.0 ### Steps to reproduce package_info_plus ### Code Sample ```dart package_info_plus: ^5.0.2 ``` ### Logs ```shell FAILURE:...
### What is your question? package_info_plus:compiledebugjavawithjavac'. > error: invalid source release: 17 errror ### Checklist before submitting a question - [X] I searched issues in this repository and couldn't find...
[Request]: Fully support Flutter 3.22 and dart 3.4( atleast upgrade gradle and other dependecies)
### Plugin share_plus ### Use case help needed ### Proposal Upgrade for flutter 3.22 and see what can be done
### Plugin sensors_plus ### Use case I only need gravity acc values to know the phone's brief orientation. Right now, I need to get both acc and user acc values...
Currently, the share sheet keeps its origin where it was set using the `sharePositionOrigin` parameter, when the device gets rotated. However, this position is wrong in most cases after a...
### Platform Windows 10 ### Plugin device_info_plus ### Version 10.1.0 ### Flutter SDK 3.22.1 ### Steps to reproduce 1. Create a new flutter project 2. Add plugin device_info_plus 3. In...
### Platform Android ### Plugin device_info_plus ### Version 10.1.0 ### Flutter SDK 3.220 ### Steps to reproduce Scan the repo using snyk Vulnerability report for the 'packages/device_info_plus/device_info_plus/android/build.gradle' file. https://www.cve.org/CVERecord?id=CVE-2020-29582 ...
### What is your question? I have added android_alarm_manager_plus: ^4.0.3 to pubspec.yaml and when I run flutter build apk, I am getting this error: ''' /.pub-cache/hosted/pub.dev/android_alarm_manager_plus-4.0.3/android/src/main/kotlin/dev/fluttercommunity/plus/androidalarmmanager/AlarmBroadcastReceiver.kt: (27, 18): Class 'kotlin.Unit'...
### Plugin package_info_plus ### Use case Right now the `packageInfo.buildSignature` method returns a SHA256 hex string (without colon byte delimiters). The Android ecosystem still extensively uses SHA1 hex strings (with...