check_connection 0.0.1 check_connection: ^0.0.1 copied to clipboard
Package to check network status
Dart Package to check network availability
Features #
Helps checking Network status without unnecessory code.
Getting started #
add check_connection to pubspec get packages import import 'package:check_connection/check_connection.dart';
Usage #
Scaffold(
body: Center(
child: CheckConnection(
noNetWorkMessage: 'Check your Connection',
widget: Column(
mainAxisAlignment: MainAxisAlignment.start,
children[
your widgets here
]
),
),
),)
const like = 'sample';