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

This plugin allows Flutter apps to detect network changes and the type of network connection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add connection_network_type

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  connection_network_type: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:connection_network_type/connection_network_type.dart';
10
likes
150
points
3.38k
downloads

Publisher

verified publishermeloti.com.br

Weekly Downloads

This plugin allows Flutter apps to detect network changes and the type of network connection.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on connection_network_type

Packages that implement connection_network_type