0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.