plus_plugins
plus_plugins copied to clipboard
Flutter Community Plus Plugins
### What is your question? I use the following code `void printHello() { final DateTime now = DateTime.now(); final int isolateId = Isolate.current.hashCode; print("[$now] Hello, world! isolate=${isolateId} function='$printHello'"); } void...
On iOS with [WIFI Assist](https://support.apple.com/en-us/HT205296) enabled, the connectivity_plus plugin reports Mobile connectivity instead of WIFI when the WIFI signal strength is at medium or low (1/3 or 2/3 in top...
### What is your question? Coundn't find import androidx.annotation.NonNull; when I build with android ``` ***/connectivity_plus-2.2.0/android/src/main/java/dev/fluttercommunity/plus/connectivity/ConnectivityMethodChannelHandler.java:7: 错误: 找不到符号 import androidx.annotation.NonNull; ^ 符号: 类 NonNull 位置: 程序包 androidx.annotation ```
### Platform Android (possibly others) ### Plugin network_info_plus ### Version 2.1.3 ### Flutter SDK 3.0.2 ### Steps to reproduce Confirmed in #614 by @vbuberen ### Code Sample ```dart var wifiIPv4Broad...
## Use case Having more than a couple alarms can get confusing to track, so it'd be a good feature to be able to track which and when alarms are...
This bug occurs only on iOS. Our prerelease versions look like this: ``` 1.0.56-beta.4+1324 ``` On Android, all is well: ```dart // Android > print((await PackageInfo.fromPlatform()).version) 1.0.56-beta.4 ``` On iOS...
i dont know this is an issue or bug.So im writing it.I wrote an alarm manager function to execute certain task periodically.its firing periodically.But the problem is i cant use...
## Description This update allows to specify apps (by their package names) that should not be used to resolve an intent and should not be displayed in the chooser. Next,...
**Todo:** - [ ] https://github.com/flutter/flutter/issues/67739 - [ ] https://github.com/flutter/flutter/issues/59636 - [ ] https://github.com/flutter/flutter/issues/53413 - [ ] https://github.com/flutter/flutter/issues/42510 - [x] https://github.com/flutter/flutter/issues/41729 - [x] https://github.com/flutter/flutter/issues/41728 - [x] https://github.com/flutter/flutter/issues/36709 - [ ] https://github.com/flutter/flutter/issues/11482...
## System info Issue occurs on: Windows Desktop Plugin name: connecitvity_plus Plugin version: 1.0.6 Flutter doctor output: ``` Doctor summary (to see all details, run flutter doctor -v): [√] Flutter...