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
The _onBatch callback has type List<FileSystemEvent> but is passed to a parameter of type `dynamic -> void. This relies on deprecated fuzzy arrows, and needs to be fixed.
On this line:
https://github.com/dart-lang/watcher/blob/master/lib/src/directory_watcher/linux.dart#L64
The
_onBatch
callback has typeList<FileSystemEvent>
but is passed to a parameter of type `dynamic -> void. This relies on deprecated fuzzy arrows, and needs to be fixed.Context:
dart-lang/sdk#29630
The text was updated successfully, but these errors were encountered: