Added: user settings screen, Several changes in main.lib

This commit is contained in:
2025-05-03 17:08:46 +02:00
parent 6ebb49252e
commit f39324e814
6 changed files with 60 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ class HomeScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Fuel Stats')),
body: SingleChildScrollView(
child: Column(
children: [