Source contains USES_DYNAMIC_AS_BOTTOM_ERRORS violations
Closed this issue · 1 comments
srawlins commented
New Dart versions warn about using dynamic
as "bottom" in the type system. More information here: dart-lang/sdk#29630
All the violations are in lib/src/clients.dart
. These are easy to fix; I'll send a PR.
kevmoo commented