babstrap / babstrap_settings_screen

This project help developers to get beautiful Settings Screen UI using Flutter.
MIT License
39 stars 26 forks source link

Convert project to package from plugin package #21

Open widarlein opened 7 months ago

widarlein commented 7 months ago

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)