Nipodemos

change folder name to try to make fix conflict easier

@@ -489,7 +489,7 @@ Navigator( @@ -489,7 +489,7 @@ Navigator(
489 initialRoute: '/', 489 initialRoute: '/',
490 onGenerateRoute: (settings) { 490 onGenerateRoute: (settings) {
491 if (settings.name == '/') { 491 if (settings.name == '/') {
492 - return GetRouteBase( 492 + return GetPageRoute(
493 page: Scaffold( 493 page: Scaffold(
494 appBar: AppBar( 494 appBar: AppBar(
495 title: Text("Principal"), 495 title: Text("Principal"),
@@ -506,7 +506,7 @@ Navigator( @@ -506,7 +506,7 @@ Navigator(
506 ), 506 ),
507 ); 507 );
508 } else if (settings.name == '/segunda') { 508 } else if (settings.name == '/segunda') {
509 - return GetRouteBase( 509 + return GetPageRoute(
510 page: Center( 510 page: Center(
511 child: Scaffold( 511 child: Scaffold(
512 appBar: AppBar( 512 appBar: AppBar(