Added: user settings screen, Several changes in main.lib
This commit is contained in:
@@ -23,7 +23,6 @@ class _AddScreenState extends State<AddScreen> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: Text('Add Entry')),
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Form(
|
||||
|
||||
Reference in New Issue
Block a user