jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.28k stars 1.61k forks source link

Internet Connection Checker #2272

Open arslanraza7 opened 2 years ago

arslanraza7 commented 2 years ago

Hi, Is there any way to check the internet connection with getx in the entire app? Whenever my internet connection status will change the change notifier will notify me.

Interscope19 commented 2 years ago

use other package to manage that like connectivity plus

arslanraza7 commented 2 years ago

Thank you for sharing your experience. Will Getx Help us to check the internet connection in the entire application @jasonlaw?