connection_network_type 0.0.1 copy "connection_network_type: ^0.0.1" to clipboard
connection_network_type: ^0.0.1 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: ^0.0.1

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';
9
likes
150
points
2.2k
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)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on connection_network_type