Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Incorrect Documentation for Adding theme_tailor Dependency #105

Open
r-shahpasand opened this issue Aug 3, 2024 · 2 comments
Open
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@r-shahpasand
Copy link

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.
@Rongix
Copy link
Collaborator

Rongix commented Sep 19, 2024

Thanks for spotting that! It’ll be fixed in the next release. In the meantime, would you like to contribute a quick doc fix?

@Rongix Rongix added bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 19, 2024
@r-shahpasand
Copy link
Author

I would be glad to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants