alchemist icon indicating copy to clipboard operation
alchemist copied to clipboard

fix: a warning is displayed when using uses-material-design: false

Open jokigenki opened this issue 4 months ago • 0 comments

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

  1. Create a blank app and remove the line uses-material-design: true from the pubspec.
  2. Import alchemist.
  3. Run the app.

Expected behavior

This error should not appear.

Screenshots

No response

Additional context and comments

No response

jokigenki avatar Jun 23 '25 15:06 jokigenki