device_package_info_manager 1.1.2 copy "device_package_info_manager: ^1.1.2" to clipboard
device_package_info_manager: ^1.1.2 copied to clipboard

A comprehensive Flutter package for managing device and package information across Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_package_info_manager

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

dependencies:
  device_package_info_manager: ^1.1.2

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:device_package_info_manager/device_package_info_manager.dart';
0
likes
160
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for managing device and package information across Flutter applications.

Repository (GitHub)
View/report issues

Topics

#device-info #package-info #platform-info #app-version #app-info

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, flutter_shared_utilities, package_info_plus

More

Packages that depend on device_package_info_manager