Added: user settings screen, Several changes in main.lib
This commit is contained in:
@@ -79,7 +79,6 @@ class _VehiclesScreenState extends State<VehiclesScreen> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: Text('Vehicles')),
|
||||
body:
|
||||
_vehicles.isEmpty
|
||||
? Center(child: Text('No vehicles added yet.'))
|
||||
|
||||
Reference in New Issue
Block a user