-
Notifications
You must be signed in to change notification settings - Fork 182
Fix flutter template #1063
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
Fix flutter template #1063
Conversation
Did you try to run this after making those changes? |
package_info_plus: ^8.3.0 | ||
path_provider: ^2.1.5 | ||
web_socket_channel: ^3.0.2 | ||
web: ^1.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these version bumps necessary?
I could see web
, but the rest don't seem necessary.
I think |
Yes, I have built my app project with an "updated appwrite" dependency successfully. |
Yep |
@DmitryNX have you tested all the upgrades? we don't wanna unnecessarily update the packages that might lead to breaking changes. |
As mentioned, we want to reduce the impact of changes. Closing in favor of #1080 |
Upgrade dependencies (flutter_web_auth_2 version is outdated in Flutter 3.29) in pubspec.yaml.twig
What does this PR do?
Fixing deprecated dependency "flutter_web_auth_2" and updating other ones.
Test Plan
I have build my project with AppWrite client SDK successfully.
Related PRs and Issues
Issue #238
Have you read the Contributing Guidelines on issues?
Yes.