Notify to user when internet connection status is changed.
How to config
Step 1:
Open file config_app.dart at ( mdelicious_food/lib/config_app.dart
)
Step 2:
Edit internetNotificationType
follow instructions bellow
internetNotificationType
: has two values default
and banner
. If value is default
, message will be displayed as a dialog. If value is banner
message will be displayed as a mini banner at top of screen.
Example default:
Example banner:
Step 3:
Rerun app.