: Error: No named parameter with the name 'kind'.
photo_view_gesture_detector.dart:89
}) : super(debugOwner: debugOwner, kind: kind);
^^^^
Failed to compile application.
Can anyone help with the solution for resolving this error?
2
Answers
I added
on my
pubspec.yaml
.This fixed the issue for me-
You must update your project after you have updated your Flutter SDK.
Execute the command below to identify the out-of-date packages:
After, you may execute this command:
or