We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to support async mapping, such as "custom" on Field can return Future.
async
This proposal needs to be specified
The text was updated successfully, but these errors were encountered:
This should be quite easy I hope. Just check whether the function is async and if true, add an await in front of it.
BUT we would need an async version for all of convert, tryConvert, ... Damn, probably even all the functions that use the one mapping...
The issue here is that async is contagious.
Sorry, something went wrong.
Can we somehow process futures synchronously?
I found https://api.dart.dev/stable/2.3.1/dart-cli/waitFor.html which should work in CLI.
No branches or pull requests
It would be nice to support
async
mapping, such as "custom" on Field can return Future.This proposal needs to be specified
The text was updated successfully, but these errors were encountered: