better_internet_connectivity_checker 1.0.0 copy "better_internet_connectivity_checker: ^1.0.0" to clipboard
better_internet_connectivity_checker: ^1.0.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:platform_adaptive_widgets/platform_adaptive_widgets.dart';

import 'features/core/views/home_view.dart';

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

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

  @override
  Widget build(BuildContext context) =>
      const PlatformApp(title: 'better_internet_connectivity_checker example', home: HomeView());
}
6
likes
160
points
224
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