plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### Platform Linux 6.8.0-40-generic #40~22.04.3-Ubuntu x86_64 ### Plugin network_info_plus ### Version 6.0.1 ### Flutter SDK 3.22.3 ### Steps to reproduce After introducing network_info_plus into the project, compiling the Release version...
### Platform MacOS 14.4.1 ### Plugin connectivity_plus ### Version 6.0.3 ### Flutter SDK Flutter 3.22.0 • channel stable ### Steps to reproduce Run https://github.com/fluttercommunity/plus_plugins/blob/main/packages/connectivity_plus/connectivity_plus/example/lib/main.dart Even while my Mac is connected...
### Platform Android 14 ### Plugin connectivity_plus ### Version 6.0.3 ### Flutter SDK 3.24.0 ### Steps to reproduce i upgraded the flutter to latest version then i ran the project...
### Platform Windows ### Plugin share_plus ### Version 10.0.1 ### Flutter SDK 3.22.1 ### Steps to reproduce I called `Share.shareXFiles` in Windows 11, but the result returned `ShareResultStatus.unavailable`. ### Code...
ref: https://github.com/fluttercommunity/plus_plugins/issues/3152 Another spm support
ref: https://github.com/fluttercommunity/plus_plugins/issues/3152 Since SPM support is comming I plan to add it to all plugins. Followed the guide - https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors and checked it for both cocoapods and spm
ref: https://github.com/fluttercommunity/plus_plugins/issues/3152 Another spm support
### Plugin battery_plus, connectivity_plus, device_info_plus, network_info_plus, package_info_plus, sensors_plus, share_plus ### Use case When Swift Package Manager(SPM) support is added to the flutter stable channel, developers will get the plus_plugins package...
## Description Add SPM support. https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors I also noticed an error in the documentation. Since we need to refer to the documentation when reviewing PRs, it will be draft until...
### Platform Windows Chrome 127 latest version ### Plugin connectivity_plus ### Version 6.0.5 ### Flutter SDK 3.22.2 ### Steps to reproduce I used the monitor network change function on my...