better_internet_connectivity_checker 0.1.0 copy "better_internet_connectivity_checker: ^0.1.0" to clipboard
better_internet_connectivity_checker: ^0.1.0 copied to clipboard

Pure-Dart internet connectivity checker. Distinguishes "interface up" from "can reach the public internet". Pluggable probes, policies, and triggers.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:material_ui/material_ui.dart' show MaterialApp;

import 'home/home_view.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) =>
      const MaterialApp(title: 'better_internet_connectivity_checker example', home: HomeView());
}
0
likes
160
points
233
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure-Dart internet connectivity checker. Distinguishes "interface up" from "can reach the public internet". Pluggable probes, policies, and triggers.

Repository (GitHub)
View/report issues

Topics

#connectivity #http #monitoring #network #utilities

License

BSD-3-Clause (license)

Dependencies

http

More

Packages that depend on better_internet_connectivity_checker