plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
## System info Platform the Issue occurs on: iOS Plugin name: connectivity_plus Plugin version: 2.2.1 ## Steps to Reproduce Demo code increments counter when connection is changed to Wifi. Link...
### What is your question? When trying to get gyroscope data from sensors_plus as shown in the plugin's example page, I get the following exception error: ``` ════════ Exception caught...
### What is your question? ``` import 'package:android_alarm_manager_plus/android_alarm_manager_plus.dart'; import 'package:flutter/material.dart'; import '../Services/local_notification_services.dart'; class HomeScreen extends StatefulWidget { const HomeScreen({super.key}); @override State createState() => _HomeScreenState(); } late final LocalNotificationService service; showNot()...
Do we agree that UserAccelerometerEvent will NOT give me the user current speed if in a car? It gives the speed at which the device travels to if I throw...
### Plugin share_plus ### Use case I am currently working on a multiplatform app and I wanted to implement a share function for them and I run into a missing...
## System info Platform the Issue occurs on: iOS 15.4 (Simulator) Plugin name: `connectivity_plus` Plugin version: `^2.3.0` ## Steps to Reproduce 1. call `await (Connectivity().checkConnectivity())` 2. check the result which...
### Platform iOS 13.3.1 ### Plugin share_plus ### Version 4.0.10 ### Flutter SDK 3.0.5 ### Steps to reproduce 1. Open the example app from share_plus and run it on a...
### Platform Linux (using flutter-pi) ### Plugin package_info_plus ### Version 1.4.2 ### Flutter SDK 3.0.1 ### Steps to reproduce While `package_info_plus` works perfectly on the emulator, it does not show...
## System info Platform the Issue occurs on: iOS 15 Plugin name: network_info_plus Plugin version: 2.1.3 When I run the debug application on the mobile I do not receive addresses....
### What is your question? Hi, I use share plus plugin for sharing files on iOS. I write this code: `Share.shareFiles([imagePath], text: myText);` It works perfectly on android, also for...