my_device 0.1.0 icon indicating copy to clipboard operation
my_device: ^0.1.0 copied to clipboard

Agile and easy access to device information and internet connection alerts

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_device

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

dependencies:
  my_device: ^0.1.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:my_device/my_device.dart';
4
likes
120
pub points
36%
popularity

Publisher

verified publisher iconmisdevelop.app

Agile and easy access to device information and internet connection alerts

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

connectivity_plus, device_info_plus, flutter

More

Packages that depend on my_device