flml_internet_checker 0.0.5 flml_internet_checker: ^0.0.5 copied to clipboard
This package aims to check internet connection by just wrapping the widget with InternetChecker Widget without using any function calls inside your app"
Internet connectivity checking package.
Usage #
InternetChecker(
placeHolder: Lottie.asset(
"assets/no_internet.json",
height: 250,
),
internetConnectionText: "No Internet Connection",
child: const Scaffold(
body: Center(
child: Text("You are Online"),
),
),
);