auto complete

This commit is contained in:
Juan Felipe Duarte
2023-06-20 15:56:21 -05:00
parent 8dffecf6a4
commit 72ee055561
6 changed files with 735 additions and 91 deletions
+1 -4
View File
@@ -38,12 +38,9 @@ void main() async {
DeviceOrientation.portraitDown,
]);
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@@ -67,7 +64,7 @@ class MyApp extends StatelessWidget {
'/solicitudEnviada': (context) => const RequestSentScreen(),
'/nuevaPassword': (context) => NewPasswordScreen(),
'/servicio': (context) => const ServiceScreen(),
'/profilePro': (context) => const ProfilePro(),
'/profilePro': (context) => const ProfileProScreen(),
'/calendar': (context) => const CalendarScreen(),
'/solicitud': (context) => SolicitudScreen(),
'/misserviciospro': (context) => const MyServicesProScreen(),