plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### Platform IOS ### Plugin share_plus ### Version all ### Flutter SDK 3.10.7 ### Steps to reproduce implement share_plus anywhere in your code. choose gmail or outlook from the share...
Platform MacOS 14.0 Plugin connectivity_plus Version 4.0.2 Flutter SDK 3.13.7 Stable Code Sample ``` final _networkInfo = NetworkInfo(); wifiName = await _networkInfo.getWifiName(); ``` Flutter Doctor Doctor summary (to see all...
### Plugin share_plus-7.2.1 ### Use case C:\Users\zoom\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.1\android\src\main\kotlin\dev\fluttercommunity\plus\share\Share.kt:139:55: warning: 'queryIntentActivities(Intent, Int): (Mutable)List' is deprecated. Deprecated in Java val resInfoList = getContext().packageManager.queryIntentActivities( ^ C:\Users\zoom\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.1\android\src\main\kotlin\dev\fluttercommunity\plus\share\SharePlusPendingIntent.kt:31:20: warning: 'getParcelableExtra(String!): T?' is deprecated. Deprecated in Java...
Should this print really be here? https://github.com/fluttercommunity/plus_plugins/blob/11be2a4e863f20791595b20a1f471109e7fba2e4/packages/device_info_plus/device_info_plus/macos/Classes/CwlSysctl.swift#L40 every time I run there is this print "2"...
### Platform Android 14 ### Plugin connectivity_plus ### Version 5.0.2 ### Flutter SDK 3.16.7 ### Steps to reproduce The problem of no stream events emitted is only occuring for the...
The url scheme for a third-party android app is 'intent://xxx', and AndroidIntent cannot open the app. but It can be opened this way in android native. flutter: can't open ..setNavigationDelegate(NavigationDelegate(...
### Plugin package_info_plus ### Use case Using FFI and JNI for package_info_plus allows the API to be sync instead of async. This makes the API usage much more ergonomic. ###...
### What is your question? **Platform** iOS 17.0.3 **Plugin** device_info_plus **Plugin Version** 9.1.0 **Flutter** SDK 3.13.6 **Steps to reproduce** 1. Connect real iOS device (iPad) running iOS 17.0.3 to IDE...
### Platform iOS 12 ### Plugin connectivity_plus ### Version 5.0.2 ### Flutter SDK 3.16.5 ### Steps to reproduce 1. Add old Connectivity 3.0.6 2. Build your iOS project 3. In...
### Plugin connectivity_plus ### Use case I spent a lot of time debugging why the application on my phone wasn't detecting connectivity changes when i was enabling/disabling the wifi. In...