Change name of appbar file to mihAppbar and widget name to MIHAppBar

This commit is contained in:
2024-07-30 12:05:14 +02:00
parent 668cbb36c7
commit f5ea3531fb
9 changed files with 16 additions and 119 deletions

View File

@@ -3,7 +3,7 @@ import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:patient_manager/components/mihAppDrawer.dart';
import 'package:patient_manager/components/patientDetails.dart';
import 'package:patient_manager/components/myAppBar.dart';
import 'package:patient_manager/components/mihAppBar.dart';
import 'package:patient_manager/components/patientFiles.dart';
import 'package:patient_manager/components/patientNotes.dart';
import 'package:patient_manager/env/env.dart';
@@ -71,7 +71,7 @@ class _PatientViewState extends State<PatientView> {
else if (snapshot.connectionState == ConnectionState.done) {
if (snapshot.hasData) {
return Scaffold(
appBar: const MyAppBar(barTitle: "Patient View"),
appBar: const MIHAppBar(barTitle: "Patient View"),
drawer:
MIHAppDrawer(signedInUser: widget.signedInUser, logo: logo),
body: SingleChildScrollView(