-
-
Notifications
You must be signed in to change notification settings - Fork 206
Improved typing throughout the Parse library #570
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
How are you people actually handling the current typing? I was avoiding that, because of possible performance problems in web: dart-lang/sdk#57894 But I am not sure if that is still a problem |
I am using the custom objects and many |
I do the same. |
Closed. No activity in the last 14 days. |
I am currently getting frustrated fixing lint errors.
Stuff like
List results;
without a typestatic Future<dynamic> currentUser(
returning dynamic instead of a ParseUseralso the custom
ParseError
which could be replaced by a dart Error or at least extend dart Error.This would a HUGE breaking change, but it would definitely improve usability in the long run.
The text was updated successfully, but these errors were encountered: