Relative Content

Tag Archive for javaandroidflutterfileroutes

The getter ‘MyRoutes’ isn’t defined for the class ‘MyApp’

I have two screens in my app 1. homepage 2. loginpage and I want to navigate from login page to homepage on a button click through routes.
the routes are define in separate file utils(folder)=>Routes.dart….but it gives the following error when I run the app..
lib/main.dart:21:9: Error: The getter ‘MyRoutes’ isn’t defined for the class ‘MyApp’.