Volodymyr Buberenko

Results 253 comments of Volodymyr Buberenko

I like the idea of adding this functionality as it is something that Android offers by default. But agree with Miguel that we might think about the API more here.

> Add the package to the project, and in the main file schedule an exact alarm to run in 1 minute. Did you configure your project to get `EXACT_ALARM` permission...

Thanks for reporting. PRs are welcome, so if you would like to, feel free to open one with the fix.

Just looked at the pubspec of the plugin and curios what do you mean about requiring Flutter 3.19.0 if we have 3.7.0 there? https://github.com/fluttercommunity/plus_plugins/blob/main/packages/connectivity_plus/connectivity_plus/pubspec.yaml#L15

Closing due to not response

Unfortunately, currently it is a normal behavior as mentioned in the README: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus#ios--macos

Haven't tried with Android Auto or Car Play, so can't say if expected. So you tried to connect wirelessly to Android Auto or Car Play, right, not via cable?

From the logs that you provided it seems like an issue with R8 `fullMode` enabled by default since Android Gradle Plugin 8: https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes (check the last item in the list)....

Without code sample it is hard to help.

Are you able to run an example app?