AppUser object created. Add patient page with API call added nd completed
This commit is contained in:
parent
a478324698
commit
deda00c955
17 changed files with 324 additions and 57 deletions
|
|
@ -37,7 +37,7 @@ class _HomeState extends State<Home> {
|
|||
builder: (contexts, snapshot) {
|
||||
if (snapshot.connectionState == ConnectionState.done) {
|
||||
return Scaffold(
|
||||
appBar: const MyAppBar(barTitle: "Mzanzi Innovation Hub"),
|
||||
appBar: const MyAppBar(barTitle: "Mzansi Innovation Hub"),
|
||||
drawer: MyAppDrawer(
|
||||
drawerTitle: useremail,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue