device_info 2.0.3 copy "device_info: ^2.0.3" to clipboard
device_info: ^2.0.3 copied to clipboard

discontinuedreplaced by: device_info_plus
PlatformAndroidiOS

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_info
copied to clipboard

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

dependencies:
  device_info: ^2.0.3
copied to clipboard

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_info/device_info.dart';
copied to clipboard
1.26k
likes
150
points
472k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

2024.10.04 - 2025.04.18

Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

device_info_platform_interface, flutter

More

Packages that depend on device_info