Could not find a generator for route RouteSettings – Flutter
I am working on NamedRoute but after all the connections and doing It right , I am unable to figure out why this error is occurring . I tried using Navigator.of(Context).push(MaterialPageRoute()) , its working but Its not workking when i…