forked from yaso_meth/mih-project
update loading message
This commit is contained in:
@@ -91,7 +91,7 @@ class _MihHomeState extends State<MihHome> {
|
||||
if (asyncSnapshot.connectionState == ConnectionState.waiting) {
|
||||
return Scaffold(
|
||||
body: const Mihloadingcircle(
|
||||
message: "Getting your Data...",
|
||||
message: "Fetching your Data...",
|
||||
),
|
||||
);
|
||||
} else if (asyncSnapshot.connectionState == ConnectionState.done &&
|
||||
|
||||
Reference in New Issue
Block a user