First commit
This commit is contained in:
11
lib/screens/history_screen.dart
Normal file
11
lib/screens/history_screen.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
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')),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user