I converted this project to a package instead of a plugin since it doesn't use any platform specific code. I had problem with differences in Java version and I noticed this issue in the project https://github.com/babstrap/babstrap_settings_screen/issues/15 which spoke of the kotlin version. Since this is a flutter only package, there is no need for android or ios specific code, so I removed it thereby solving the whole issue.
Tested and works well on android (no reason not to work well on any other platform) built on Flutter (Channel stable, 3.19.1, on macOS 14.4 23E214 darwin-arm64, locale en-SE)
Hi!
I converted this project to a package instead of a plugin since it doesn't use any platform specific code. I had problem with differences in Java version and I noticed this issue in the project https://github.com/babstrap/babstrap_settings_screen/issues/15 which spoke of the kotlin version. Since this is a flutter only package, there is no need for android or ios specific code, so I removed it thereby solving the whole issue.
You can read more about packages vs plugins here https://docs.flutter.dev/packages-and-plugins/using-packages
Work done
Tested and works well on android (no reason not to work well on any other platform) built on Flutter (Channel stable, 3.19.1, on macOS 14.4 23E214 darwin-arm64, locale en-SE)