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

Document how to add window_size as a dependency #1475

Closed
rida2025 opened this issue Oct 14, 2022 · 1 comment
Closed

Document how to add window_size as a dependency #1475

rida2025 opened this issue Oct 14, 2022 · 1 comment
Assignees

Comments

@rida2025
Copy link

[first_app] flutter pub add window_size
Because first_app depends on window_size any which doesn't exist (could not find package window_size at https://pub.dartlang.org), version solving failed.
pub finished with exit code 65
exit code 65

@domesticmouse
Copy link
Contributor

window_size isn't published on pub.dev. If you look at the pubspec.yaml files in this repo you will see that the window_size dependency is actually on a Git repository. See https://docs.flutter.dev/development/packages-and-plugins/using-packages#dependencies-on-unpublished-packages for guidance on how to add these packages to your app.

@domesticmouse domesticmouse changed the title window_size doesn't work Document how to add window_size as a dependency Oct 14, 2022
@domesticmouse domesticmouse self-assigned this Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants