JGeek00 / droid-hole

Pi-hole® client made with Flutter
Apache License 2.0
154 stars 13 forks source link

update deprecated code #18

Closed maxiicodes closed 1 year ago

maxiicodes commented 1 year ago

I fixed the following deprecations which were reported by the dart analyzer:

Greetings from Germany ^^

JGeek00 commented 1 year ago

Hi. Theme.of(context).textTheme.bodyLarge!.color has to be replaced with Theme.of(context).colorScheme.onSurfaceVariant. Since the Material 3 implementation I decided to pick the colors from the colorScheme object, which is generated by Flutter based on a given color, or based on the dynamic theme of the system.

maxiicodes commented 1 year ago

Ok, I've done that too. Is there anything else I can update? ^^

JGeek00 commented 1 year ago

Merged! Thanks for your work. Greetings from Spain.