check_connection 0.0.1 copy "check_connection: ^0.0.1" to clipboard
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';

Additional information #

1
likes
130
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Package to check network status

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

connectivity_plus, flutter, get

More

Packages that depend on check_connection