fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
831 stars 233 forks source link

[Lint} isAlwaysShown property is deprecated, suggest replace with thumbVisibility #227

Closed saropa closed 1 year ago

saropa commented 1 year ago

Hi, thank you so much for this package!

I found a simple lint issue in the Scrollbar:

'isAlwaysShown' is deprecated and shouldn't be used. Use thumbVisibility instead.

main.dart # 50, suggest changing isAlwaysShown: kIsWeb,

to thumbVisibility: kIsWeb,

michaelspiss commented 1 year ago

Thanks for pointing this out. I'm going to update this in the next release