I downloaded my code from FlutterFlow and I'm trying to run it. But it gives me this error
Error: The class 'NavigatorObserver' can't be used as a mixin because it isn't a mixin class nor a mixin.
Here is a version of the code from FlutterFlow
class GoRouter extends ChangeNotifier with NavigatorObserver {
...
}
Any help is appreciated thanks