app_device_net_info 0.0.5 copy "app_device_net_info: ^0.0.5" to clipboard
app_device_net_info: ^0.0.5 copied to clipboard

A Flutter package to provide app, device, and network info in JSON format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_device_net_info

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

dependencies:
  app_device_net_info: ^0.0.5

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:app_device_net_info/app_device_net_info.dart';
0
likes
115
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to provide app, device, and network info in JSON format.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, device_info_plus, flutter, intl, network_info_plus, package_info_plus, shared_preferences, uuid

More

Packages that depend on app_device_net_info