observe_internet_connectivity 1.0.0 copy "observe_internet_connectivity: ^1.0.0" to clipboard
observe_internet_connectivity: ^1.0.0 copied to clipboard

outdated

A flutter package that helps to observe internet connection via a customizable observing strategy.

example/lib/main.dart

import 'package:example/internet_connectivity_listener_example.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData.dark(),
      debugShowCheckedModeBanner: false,
      home: const ShowInternetConnectionBanner(),
    );
  }
}
29
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A flutter package that helps to observe internet connection via a customizable observing strategy.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on observe_internet_connectivity