-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working