Rick Casson

Results 11 comments of Rick Casson

Hi @edufolly, there now seems to be 3 open PRs related to fixing bluetooth permissions in Android 12 (this one, as well as #162 and #163). Would you mind merging...

Hi @moritz157, thanks! I'm actually now thinking it might be more appropriate to remove these permissions entirely from the plugin so they can just be managed on the project side...

@moritz157 hmm, that's odd... you could try something like this for the time being to override the permission in your AndroidManifest: ``` ``` just make sure you have `xmlns:tools="http://schemas.android.com/tools"` included...

@CodeDoctorDE I'm not really sure either, but I've yet to find a good alternative... Also still not sure why there isn't an official Flutter Bluetooth plugin to be honest 😕

This is related to permission requirement changes in Android 12. Try one of the 3 open PRs that address this issue: #159, #162, or #163

Hi @mvanbeusekom, I'm not sure what your plans are with NMEA message streaming in this plugin, but I cleaned up this PR and brought it back up to date with...

Hey @mvanbeusekom, I brought this PR back in line with main and targeted the latest release of the baseflow_plugin_template to get around the deprecation errors, but wondering if you would...

For anyone looking for an alternative option, [Localizely](https://localizely.com/) has developed a very similar plugin that is compatible with Android Studio, VS Code, and IntelliJ: https://plugins.jetbrains.com/plugin/13666-flutter-intl

Hi @AngeloAvv, it became necessary to separate the Debug and Release Info.plist files to properly debug and hot reload on iOS14+. Here is the official Flutter documentation: https://docs.flutter.dev/add-to-app/ios/project-setup#local-network-privacy-permissions

Hi @AngeloAvv, I'm no longer working on the project that needed this, but would still be happy to make any necessary changes so others can use this