Posts by Zona Crítica • 11 points
1 post
-
0
votes0
answers32
viewsQ: Flutter Navigator "Context argument type cannot be assigned to the 'Buildcontext' parameter type"
I’m trying to navigate to another page on the flutter, so I insert the line: Navigator.push(context, Materialpageroute(Builder: (context) => Loginpage())); however context of that error: The…