fresh start
This commit is contained in:
parent
34e8e7ad45
commit
a478324698
43 changed files with 227 additions and 102 deletions
|
|
@ -66,7 +66,7 @@ class _PatientManagerState extends State<PatientManager> {
|
|||
future: futurePatients,
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.connectionState == ConnectionState.waiting) {
|
||||
return const CircularProgressIndicator();
|
||||
return const Center(child: CircularProgressIndicator());
|
||||
} else if (snapshot.hasData) {
|
||||
final patientsList = snapshot.data!;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue