plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### Platform Android 10 ### Plugin share_plus ### Version share_plus 4.0.10+1 ### Flutter SDK 3.0.5 ### Steps to reproduce  ### Code Sample...
### Platform iOS 15.0 ### Plugin share_plus ### Version ^4.1.0 ### Flutter SDK 3.0.5 ### Steps to reproduce Share button clicks the share dialog appears in all sharing apps list...
### What is your question? I want to send a message to wahatsapp group, 'https://chat.whatsapp.com/JiATE6rTObME5UXacTIfcw' this is a group link, the message is: 'hello' how can i do, please? thanks...
### Platform Windows 10 ### Plugin PackageInfoPlus ### Version all from 1.4.0 to ^1.4.3+1 ### Flutter SDK >=2.16.1
### Platform MacOS 12.5 ### Plugin network_info_plus ### Version 2.1.4+1 ### Flutter SDK 3.0.5 ### Steps to reproduce final info = NetworkInfo(); String? wifiName = await info.getWifiName(); // FooNetwork String?...
## System info Platform the Issue occurs on: Android Plugin name: sensors_plus Plugin version: 1.3.1 ## Steps to Reproduce 1. Not sure, only seeing the logs in Crashlytics ``` Caused...
### Plugin share_plus ### Use case I'm using share_plus to share some text + a link generated by firebase dynamic links. On the web build share plus makes a mailto:...
### Platform Android 12 ### Plugin connectivity_plus ### Version 2.3.6+1 ### Flutter SDK 3.3.0 ### Steps to reproduce 1. Call onConnectivityChanged listener and include code to print the event. 2....
### Plugin share_plus ### Use case Disable touch inputs when share screen is opened Currently looks like: https://vimeo.com/746740170 In the video, "Invite Friend" button calls `Share.share("You can get ...")` I...
Hi, `PackageInfo.version` does not work with **windows desktop** In the `pubspec.yaml `file version is **1.5.0** `version: 1.5.0` When I run the **web** application everything works fine. ``` PackageInfo packageInfo =...