stargazing-dino / just_the_tooltip

A directional tooltip for flutter projects
https://pub.dev/packages/just_the_tooltip
MIT License
56 stars 54 forks source link

uses-material-design: true is unnecessary #73

Open ksenia312 opened 1 year ago

ksenia312 commented 1 year ago

I don't use material design in my app to reduce the size of the build. The package uses material design and I get a warning:

package:just_the_tooltip has `uses-material-design: true` set but the primary pubspec contains `uses-material-design: false`. 
If the application needs material icons, then `uses-material-design`  must be set to true.

This is not actually used anywhere in the package. Please remove it (:

ksenia312 commented 1 year ago

any updates? ..