[Bug]: Incorrect Documentation for Adding theme_tailor Dependency #105
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
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 thepubspec.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
flutter pub add --dev theme_tailor
.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
The text was updated successfully, but these errors were encountered: