Build & Update frontend to start coding
This commit is contained in:
parent
54264d2c5a
commit
2242faef8a
40 changed files with 296 additions and 531 deletions
10
Frontend/patient_manager/lib/pages/home.dart
Normal file
10
Frontend/patient_manager/lib/pages/home.dart
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class Home extends StatelessWidget {
|
||||
const Home({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Text("Hello World");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue