santa112358 / hashtagable

Widgets and functions to implement hashTag decorated text.
https://pub.dev/packages/hashtagable
MIT License
30 stars 50 forks source link

Fix error with not existing primaryColorBrightness field in ThemeData #115

Open margorski opened 10 months ago

margorski commented 10 months ago

Flutter with version 3.10 removed ThemeData.primaryColorBrightness field. Changed occurence to ThemeData.brightness field, which should have similar value as old value.

Issue: 112