You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We stumbled over the grpc-dart repo not passing uses_dynamic_as_bottom by coincidence despite that repo running analysis on travis. The issue is that we currently report this as just a hint, which doesn't fail the build:
$ dartanalyzer lib test
Analyzing lib, test...
hint • A function of type '(Socket) → void' can't be assigned to a variable of type '(dynamic) → FutureOr<void>' at lib/src/client/connection.dart:108:22 • uses_dynamic_as_bottom