palestine_connection 0.0.1 copy "palestine_connection: ^0.0.1" to clipboard
palestine_connection: ^0.0.1 copied to clipboard

outdated

Simple internet connection checker.

example/palestine_connection_example.dart

import 'dart:developer' as developer;

import 'package:palestine_connection/palestine_connection.dart';

void main() {
  final PalestineConnection connection = PalestineConnection();
  connection.initialize(
    periodicInSeconds: 3,
    onNotConnected: () {
      developer.log('No Internet');
    },
  ); // 3 seconds
}
62
likes
0
points
83
downloads

Publisher

verified publishermsayed.net

Weekly Downloads

Simple internet connection checker.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on palestine_connection