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 (:
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:
This is not actually used anywhere in the package. Please remove it (: