-
-
Notifications
You must be signed in to change notification settings - Fork 206
Error in progressCallback #679
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
Comments
You are missing an |
Does not work with await either
|
Hi, I have the same issue. |
I made the fix in my repository and it needs a test. |
The package is in the process of being updated and will be released in the next few days. Please test and get back if it's ok. In #parse_server_sdk_flutter: ^3.1.0
parse_server_sdk_flutter:
git:
url: https://github.com/RodrigoSMarques/Parse-SDK-Flutter.git
ref: development
path: packages/flutter |
@keanallen remove await like this
@RodrigoSMarques |
It works now!I solved my issues by adding this settings in my
|
@mtrezza this fix has bug ! |
this is just a warning. I will try to remove it. to work it is necessary to be using the configuration with DIO client |
Just warning. |
Is this warning something that is on us to fix in the Parse Flutter SDK? |
Yes. |
Warning fix. |
not working for me!! |
### Bug Fixes * Old version of connectivity_plus package ([parse-community#717](parse-community#717)) * package_info_plus not work in web ([parse-community#714](parse-community#714)) * MissingPluginException (No implementation found for method getAll) ([parse-community#712](parse-community#712)) * Query fails for subclassed Parse object in Parse relation ([parse-community#697](parse-community#697)) * ParseRelation#query - Unhandled Exception: type 'ParseObject' is not a subtype of type ([parse-community#696](parse-community#696)) * Error in progressCallback ([parse-community#679](parse-community#679)) * first: Correct return type ([parse-community#661](parse-community#661)) * ParseLiveListWidget MongoError ([parse-community#653](parse-community#653)) * General improvements * Updated dependencies * Fix Label Platform Web Support in pub.dev - Refactor path_provider access
Error In Progress Callback
hi i can not use progressCallback its not It gives me no response
Code
initialize
and request
Parse Flutter SDK
3.1.0
Android
10
Database
MongoDB
The text was updated successfully, but these errors were encountered: