• 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
..
bin/loader Loading commit data...
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...