Added: user settings screen, Several changes in main.lib
This commit is contained in:
@@ -3,9 +3,6 @@ import 'package:flutter/material.dart';
|
||||
class HistoryScreen extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: Text('History')),
|
||||
body: Center(child: Text('History Screen Content')),
|
||||
);
|
||||
return Scaffold(body: Center(child: Text('History Screen Content')));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user