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
Version: 0.13.1
0.13.1
We are creating a dart script that just configures everything in dart. I found that not all futures are awaited resulting in a bug in my script.
No other dependencies
The text was updated successfully, but these errors were encountered:
On top of that,
.then & await is used throughout the package in different ways.
Also writing files is sometimes done with .then & something it is done with the sync method.
sync
Sorry, something went wrong.
fix fluttercommunity#550 and inconstant implementation of reading & w…
91bd321
…riting files.
Merge remote-tracking branch 'Impaktfull/fix/fluttercommunity#550-una…
d8b21bf
…waited-futures'
a252ba8
Successfully merging a pull request may close this issue.
ℹ️ Info
Version:
0.13.1
💬 Description
We are creating a dart script that just configures everything in dart. I found that not all futures are awaited resulting in a bug in my script.
📜 Pubspec.yaml
No other dependencies
The text was updated successfully, but these errors were encountered: