-
Notifications
You must be signed in to change notification settings - Fork 130
chore: regenerate sdks #241
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
Conversation
@@ -9,7 +9,7 @@ class AppwriteException implements Exception { | |||
/// for more information. | |||
final String? type; | |||
final int? code; | |||
final dynamic response; | |||
final String? response; |
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.
Breaking change because of this ^
response changed from dynamic to string
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.
Changes here look good.
Would you also be able to update https://github.com/appwrite/appwrite/blob/1.6.x/docs/sdks/flutter/CHANGELOG.md and get it deployed over in this repo?
What does this PR do?
prepareRequest
.response
tostring
(breaking)Test Plan
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes.