Skip to content

ahmeriqbal7aa/check_internet_connectivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

check_internet_connectivity

A new Flutter application.

Getting Started

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Some Interpretation

  • This is a Simple App. In this app, I just design Scaffold with text message to Check the Internet Connectivity Status via Continuously-Checking and Not-Continuously-Checking and Socket-Method.
  • Also Message will be display with connected-network-type means: Either it is connected to Mobile network or WiFi network.

Learning Concepts:

  • initState method
  • dispose method
  • Flutter Toast package
  • Connectivity package

Working