flutter_read_device 1.0.0 copy "flutter_read_device: ^1.0.0" to clipboard
flutter_read_device: ^1.0.0 copied to clipboard

A production-ready Flutter SDK that combines device_info_plus and package_info_plus into a unified device and app information API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_read_device

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

dependencies:
  flutter_read_device: ^1.0.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:flutter_read_device/flutter_read_device.dart';
1
likes
140
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter SDK that combines device_info_plus and package_info_plus into a unified device and app information API.

Repository (GitHub)
View/report issues

Topics

#flutter-plugin #device-info #diagnostics #android #ios

License

MIT (license)

Dependencies

device_info_plus, equatable, flutter, package_info_plus

More

Packages that depend on flutter_read_device