• Bob Nystrom's avatar
    Fix an incorrect covariant function type. (#5492) · 9efb1685
    Bob Nystrom authored
    The type of rejects should be List<dynamic> to match the type that
    DragTarget expects. Since the function doesn't use rejects anyway,
    there's no need to tighten the type.
    
    Fixes one of the strong_mode_static_type_error errors that is currently
    being ignored.
    9efb1685
Name
Last commit
Last update
..
animation Loading commit data...
cassowary Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
ui Loading commit data...
widget Loading commit data...