flutter_settings_screens
flutter_settings_screens copied to clipboard
notification bugfix and colors parameter
Hi there, I created a branch in order to fix a notification bug: notifications didn't affect tiles with a key that contained upper-case letters due to a "ToLower" in the function that lists the tiles to be notified. Since I generally use camelCase to name keys, this created issues.
Also, I added a parameter "colors" to ColorPickerSettingsTile, so users can choose their own color selection.
All other changes are just automatic formatting made by VSCode - sorry about that...
Hope you can incorporate this!
@ToH2002 Hi, I tried to review the changes but the code submitted in PR is poorly formatted, can you please take a minute & check the formatting issue & re-submit?
Also, Take a latest pull before updating the PR as there seems to be some conflicts visible in the PR.
Thanks. 😄
I'll work with the latest version and create a pull request once done
Cheers
Torsten