Base creada

This commit is contained in:
Abraham
2025-07-15 22:26:20 -07:00
parent 813c586a1c
commit 36b5757041
10 changed files with 529 additions and 188 deletions

View File

@@ -48,7 +48,7 @@ void main() async {
);
}
class MyApp extends StatefulWidget {
/* class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
@override
@@ -78,8 +78,8 @@ class _MyAppState extends State<MyApp> {
home: const Placeholder(), // Cambia esto por tu pantalla inicial
);
}
}
/* class MyApp extends StatefulWidget {
} */
class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
// This widget is the root of your application.
@@ -128,4 +128,4 @@ class _MyAppState extends State<MyApp> {
),
);
}
} */
}