Maquetado de login por movil

This commit is contained in:
Juan Felipe Duarte
2023-03-27 14:35:26 -05:00
parent 8d815be8dc
commit 0776b63326
12 changed files with 67 additions and 47 deletions
+1
View File
@@ -16,6 +16,7 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) => ChangeNotifierProvider(
create: (context) => GoogleSignProvider(),
child: MaterialApp(
theme: ThemeData(fontFamily: 'Poppins'),
debugShowCheckedModeBanner: false,
title: 'ProsApp',
home: LoginScreen(),