alchemist
alchemist copied to clipboard
fix: a warning is displayed when using uses-material-design: false
Is there an existing issue for this?
- [x] I have searched the existing issues.
Version
0.12.1
Description
When using alchemist in an app that does not specify uses-material-design: true (either by removing it, or by explicitly setting it to false), the following error is displayed:
package:alchemist 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.
Steps to reproduce
- Create a blank app and remove the line
uses-material-design: truefrom the pubspec. - Import alchemist.
- Run the app.
Expected behavior
This error should not appear.
Screenshots
No response
Additional context and comments
No response