Skip to content

Commit

Permalink
login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Adventure authored and Adventure committed Feb 27, 2024
1 parent e5c73a0 commit c63864b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions plant_app_ui/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[dart]": {
"editor.defaultFormatter": "Dart-Code.dart-code",
"editor.formatOnSave": true
}
}
14 changes: 8 additions & 6 deletions plant_app_ui/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {



return MaterialApp(
theme: ThemeData(
textTheme: GoogleFonts.poppinsTextTheme(),
),
debugShowCheckedModeBanner: false,
home: const HomeScreen()
);
theme: ThemeData(
textTheme: GoogleFonts.poppinsTextTheme(),
),
debugShowCheckedModeBanner: false,
home: const HomeScreen());
}
}
1 change: 1 addition & 0 deletions signup_login_screen
Submodule signup_login_screen added at acd516

0 comments on commit c63864b

Please sign in to comment.