-
Notifications
You must be signed in to change notification settings - Fork 939
Closed
Description
Hi guys,
first question:
How can I check the loading completed?
second question:
the return widget
new Scaffold( appBar: widget.appBar, persistentFooterButtons: widget.persistentFooterButtons, bottomNavigationBar: widget.bottomNavigationBar, body: const Center(child: const CircularProgressIndicator()));
it is not shown on loading
thanks