theme_tailor icon indicating copy to clipboard operation
theme_tailor copied to clipboard

[Bug]: Incorrect Documentation for Adding theme_tailor Dependency

Open r-shahpasand opened this issue 6 months ago • 2 comments

Desctibe the bug

The documentation currently states that using flutter pub add --dev theme_tailor adds the theme_tailor package to dev dependencies. However, the package should be added to the regular dependencies section of the pubspec.yaml file.

This issue prevents users from correctly adding the theme_tailor package to their project.

Please correct the documentation to reflect the correct method for adding the package.

Reproduction steps

  1. Follow the documentation instructions to add theme_tailor using flutter pub add --dev theme_tailor.
  2. Check the pubspec.yaml file to verify that the package is listed under dev_dependencies instead of dependencies.

Expected behaviour

Adding theme_tailor as a dependency should be achieved using flutter pub add theme_tailor. Actual Behavior:

Dart version

3.3.1

Package version

3.0.1

What platform are you seeing the problem on?

Windows

Relevant log output

There is no log.

r-shahpasand avatar Aug 03 '24 11:08 r-shahpasand