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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
TODO: once Dart v1 support is dropped, use new Function syntax instead
Looking at the pubspec, it seems Dart 1 was dropped long ago (min SDK version is 2.7.0), but that file, and some usages of the Func types defined there still persist.
func.dart has this comment:
TODO: once Dart v1 support is dropped, use new Function syntax instead
Looking at the pubspec, it seems Dart 1 was dropped long ago (min SDK version is 2.7.0), but that file, and some usages of the
Func
types defined there still persist.(It may have also caused issues like this.)
The file should be removed, and the
FuncX
types rewritten as modern Function types.The text was updated successfully, but these errors were encountered: