device_package_info_manager 1.0.1 copy "device_package_info_manager: ^1.0.1" to clipboard
device_package_info_manager: ^1.0.1 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 Dart:

 $ dart pub add device_package_info_manager

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 dart pub get):

dependencies:
  device_package_info_manager: ^1.0.1

Alternatively, your editor might support dart pub get or 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
0
points
103
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

License

unknown (license)

Dependencies

device_info_plus, flutter, flutter_shared_utilities, package_info_plus

More

Packages that depend on device_package_info_manager