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

### What is your question? i want to sharePlus file from pacckage sharePlus but getting this error ``` Future share(String urlImage, String content) async { final url = urlImage; //...

question

### Platform iOS ### Plugin share_plus ### Version 4.3.0 ### Flutter SDK 3.0.5 ### Steps to reproduce Share.share("https://developer.apple.com"); ### Code Sample ```dart Share.share("https://developer.apple.com"); ``` ### Logs ```shell [assertion] Error acquiring...

bug
share_plus
ios
triage

### Platform ios ### Plugin network_info_plus ### Version 1.1.0 ### Flutter SDK N/A ### Steps to reproduce It recently came to my attention that https://github.com/fluttercommunity/plus_plugins/pull/355 pulled in code copied from...

bug
ios
network_info_plus

### What is your question? The following is my UI using share_plus: Below is the sharing UI for another app on the same phone

question

### Plugin device_plus_info_windows ### Use case The use of old ffi blocks adding new plugins like catcher: Because device_info_plus >=2.1.0 =3.2.1 =2.1.0 =0.6.9 depends on device_info_plus ^3.1.1, catcher >=0.6.9 requires...

enhancement
triage

### What is your question? Doctor -v: • Flutter version 3.4.0-19.0.pre.83 on channel master at d:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision d58bbd8986 (11 days ago), 2022-09-05 15:17:25 -0400...

question

### Platform iPad 15.6.1 ### Plugin share_plus ### Version 4.1.0 ### Flutter SDK 2.10.1 ### Steps to reproduce Hi, The share plus dialog is not being closed in case one....

enhancement
share_plus
ios
iPadOs
Hacktoberfest

``` E/flutter (11662): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(Share failed, assets/avatar-default.png: The source file doesn't exist., null, null) E/flutter (11662): #0 StandardMethodCodec.decodeEnvelope package:flutter/…/services/message_codecs.dart:607 E/flutter (11662): #1 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:167 E/flutter (11662): ``` ```flutter...

bug
Stale

### Platform Android 11 ### Plugin android_intent_plus ### Version 3.1.1 ### Flutter SDK 3.0.1 ### Steps to reproduce According to Instagram [documentation](https://developers.facebook.com/docs/instagram/sharing-to-feed), the following code snippet should be able to...

bug
missing info
Stale

### Platform 10 ### Plugin android_intent_plus ### Version 3.1.1 ### Flutter SDK 3.0.1 ### Steps to reproduce ``` AndroidIntent( action: 'action_view', data: url, //category: 'android.intent.category.APP_BROWSER', ).launchChooser('Choose your browser'); ``` This...

bug
missing info
Stale