plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
## System info Issue occurs on: Android Plugin name: network_info_plus Plugin version: ^2.1.1 Flutter doctor output: ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel...
Cache the futures themselves rather than the results (to avoid calling the underlying plugin calls when there is a pending operation going on). Also make the caches static members (in...
There is an issue when trying to share a single word a Text on iOS. Basically, if I use Share.share("mysingleword"+" "); it works just as it should but if I...
## System info Issue occurs on: Windows Plugin name: package_info_plus Plugin version: 1.3.0 ## Steps to Reproduce I used the code itself available in pubdev to test the package and...
## System info Platform the Issue occurs on: macos, ios Plugin name: connectivity_plus Plugin version: 2.2.1 ## Steps to Reproduce 1. Create new flutter app 2. Add connectivity_plus as dependency...
## Use case Hi, I'm trying to use the share_plus plugin to share an image from a Flutter web app. When I try to share an image using the shareFiles()...
## System info Platform the Issue occurs on: Android Plugin name: AndroidAlarmManagerPlus Plugin version:2.0.5 ## Steps to Reproduce 1. ... I want to use the android alarm manager plus plugin...
## Description Currently Support WINDOWS only, checking for macOS and Linux. 1. Added `ShareWithApp` param in `shareFiles()`, which can open file with its data as input to specific list of...
## Use case I would like to calculate the diagonal display size. Flutter/Dart currently does not expose the xDpi and yDpi values separately and so we cannot calculate the size...
## System info Platform the Issue occurs on: arm64 Plugin name: network_info_plus Plugin version: 2.1.3 ## Steps to Reproduce These steps have been observed on an M1 MAX mac. 1....