plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### Plugin all ### Use case Related packages can be hard to find. ### Proposal Topics helps users on pub.dev discover packages, and related packages. You can see a list...
## Description In gradle 8 ou higher setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. ## Related Issues *[Question]: #2611 ## Checklist -...
### Plugin share_plus ### Use case When sharing a file that is created from data, like so ```dart var data = utf8.encode('Hello World'); var fileName = 'myFile.txt'; var mimeType =...
## Description This plugin fails to compile with the latest nullability signatures for Android 34.0.0 The compilation error messages are: ``` PackageInfoPlugin.kt:45:56: error: [UNSAFE_CALL] Only safe (?.) or non-null asserted...
### Platform Firefox extension ### Plugin package_info_plus ### Version 8.0.0 ### Flutter SDK 3.19.6 ### Steps to reproduce On a Flutter application built as a Firefox extension, run the following...
### What is your question? Hello, I am trying to figure out how to share an image from my application along with a title to be displayed. I am attempting...
Obtain magnetometer events from DeviceMotion rather than raw startMagnetometerUpdates(). This also makes the magnetometer onCancel() method now correct.1 Added set `showsDeviceMovementDisplay` to true for magnetometer. 1 While working on the...
### What is your question? Hi, I found existing bug ticket of the similar issue: https://github.com/fluttercommunity/plus_plugins/issues/1025 However, I cannot reproduce the bug, have only bunch of traces in Crashlytics for...
### What is your question? I just added android_alarm_manager_plus and it keeps showing `I/AlarmService( 3355): cancel: broadcast receiver not found` and does not schedule the job as intended. I have...
### Platform Android 14 ### Plugin network_info_plus ### Version 5.0.3 ### Flutter SDK 3.19.6 ### Steps to reproduce I have connected to WiFI Jarvis which have good internet connection.... When...