plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

Flutter Community Plus Plugins

Results 453 plus_plugins issues
Sort by recently updated
recently updated
newest added

## System info Platform the Issue occurs on: Android Plugin name: android_intent_plus Plugin version: any ## Steps to Reproduce 1. Create a flutter project * Must have a dependency that...

bug

### Platform any ### Plugin network_info_plus ### Version 2.1.4+1 ### Flutter SDK macos arm64 3.0.5 stable ### Steps to reproduce 1,first build. 2,first run in release mode. ### Code Sample...

bug
triage

### What is your question? I would like to use share_plus options to restrict to certain apps only. Is there a way to do that? e.g: I would like to...

question

### Platform iOS ### Plugin share_plus ### Version 4.0.10 ### Flutter SDK 3.0.2 ### Steps to reproduce 1. Open share dialog 2. Find Instagram App Icon to share 3. It...

bug
triage

### Platform Android12 ### Plugin connectivity_plus ### Version 2.3.6+! ### Flutter SDK 3.0.2 ### Steps to reproduce When the connectivity_plus plugin is unregistered, our online version of the app may...

bug
triage

## System info Platform the Issue occurs on: iOS Plugin name: sensors_plus Plugin version: 1.3.0 ## Steps to Reproduce It seems that Flutter's implementation of the Magnetometer is off when...

bug

### What is your question? You removed almost all `WindowsDeviceInfo` .. why did you do this ?

question

### Platform Android 9 ### Plugin sensors_plus ### Version 1.3.4+1 ### Flutter SDK 32 ### Steps to reproduce Note: I could not reproduce this on an Emulator device. I also...

bug
triage

### What is your question? I want to use their plugin sensors_plus for a mobile web application, but it does not work. The events don't get callbacks and I would...

question

## Description This PR updates the **connectivity_plus** plugin to handle multiple connectivity types simultaneously. Previously, **checkConnectivity** and **onConnectivityChanged** methods returned a single **ConnectivityResult** type, which could be either _wifi_, _cellular_,...