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
Happened when running event poller.
github.dart/lib/src/common/activity_service.dart
Line 348 in 6d26e46
final json = List<Map<String, dynamic>>.from(jsonDecode(response.body));
The text was updated successfully, but these errors were encountered:
Thanks for submitting an issue! @robrbecker will take a look soon!
Sorry, something went wrong.
I tested your suggestion and it works for me. I'll push up the fix.
4aa3cf5
Fixed in 4aa3cf5
No branches or pull requests
Happened when running event poller.
github.dart/lib/src/common/activity_service.dart
Line 348 in 6d26e46
Maybe change to
final json = List<Map<String, dynamic>>.from(jsonDecode(response.body));
? This one works fine.The text was updated successfully, but these errors were encountered: