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

### Platform Android ### Plugin share_plus ### Version 4.0.4 - 4.0.7 ### Flutter SDK 2.10.5 ### Steps to reproduce 1. Upgrade share_plus to version 4.0.4 or later 2. Share an...

bug
share_plus
android

## System info Issue occurs on: iOS Plugin name: share_plus Plugin version: 2.1.4 Flutter doctor output: ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel...

bug
share_plus
Hacktoberfest

### Platform Android 12 ### Plugin Alarm Manager ### Version 2.0.6 ### Flutter SDK 2.10.5 ### Steps to reproduce I have embedded it as in the example and entered the...

bug
triage

### Platform Android < O ### Plugin battery_plus ### Version 2.1.4 ### Flutter SDK 3.0.3 ### Steps to reproduce When requesting battery state on Android API < O, the plugin...

bug
triage

Since 2.3.0, connectivity_plus sometimes returns `ConnectivityResult.none` inappropriately. I suspect it is related to the introduction of `PathMonitorConnectivityProvider` for iOS version >= 12 Comparing with `ReachabilityConnectivityProvider`, that latter uses by default...

bug
connectivity_plus
ios
Hacktoberfest

Hi, Here's the code to detect ios simulator phone type. Originally, if device is simulator, plugin reports architecture for utsname.machine. Replace (void)handleMethodCall in FLTDeviceInfoPlusPlugin.m under device_info_plus-1.0.1/ios/Classes folder. ```swift (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result...

enhancement
ios
device_info_plus
Hacktoberfest

### Platform 10+ ### Plugin android_intent_plus ### Version 3.1.1 ### Flutter SDK 2.15.0 ### Steps to reproduce 1) Open License file 2) See the content Actual Result: Correct License file,...

bug
triage

```dart startNetworkChecking() { Connectivity().onConnectivityChanged.listen((ConnectivityResult result) { Log.info('$Connectivity', 'ConnectivityResult -> $result'); _streamController.sink.add(result); }); } checkInternetConnection() async { var result = await (Connectivity().checkConnectivity()); _streamController.sink.add(result); } ``` ======== Exception caught by services library...

bug
connectivity_plus
missing info

## System info Issue occurs on: iOS (not yet tested on android) Plugin name: package_info_plus Plugin version: 1.3.0 Flutter doctor output: ``` [✓] Flutter (Channel stable, 2.8.1, on macOS 12.0.1...

bug

### Platform iOS Simulator (iOS 15.4) and physical iPhone 6 (iOS 12.5.5) ### Plugin package_info_plus: ### Version 1.3.0 ### Flutter SDK flutter stable 3.0.1 ### Steps to reproduce Given the...

bug
triage