flutter_yatch_booking icon indicating copy to clipboard operation
flutter_yatch_booking copied to clipboard

isinitialRoute not defined

Open amitbdethe opened this issue 4 years ago • 2 comments

The getter 'isInitialRoute' isn't defined for the type 'RouteSettings'.

Hello I got this error while trying to run the code. I went to the navigator.dart file to see what is the problem, but I am not able to solve the issue. Please help.

amitbdethe avatar Jun 22 '20 13:06 amitbdethe

I m facing the above described issue . Any update on this?

ganeshchenniah avatar Jul 16 '20 12:07 ganeshchenniah

Try this if (settings.name == "/") { return child; }

tagasimon avatar Dec 04 '20 05:12 tagasimon