check_connection

Creator: coderz1093

Last updated:

0 purchases

check_connection Image
check_connection Images

Languages

Categories

Add to Cart

Description:

check connection

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
]
),
),
),)
copied to clipboard
const like = 'sample';
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.