device_package_data 0.2.0+1 copy "device_package_data: ^0.2.0+1" to clipboard
device_package_data: ^0.2.0+1 copied to clipboard

A Flutter plugin for getting the device and package data.

device_package_data #

A Flutter plugin that provides access to various device data, including device name, model, operating system version, battery status, RAM, storage, network operator, and more for Android and iOS.

This plugin aims to provide a simple and unified way to retrieve device-related information for Flutter apps across both Android and iOS platforms.

Features #

  • Get device name, model, operating system name and version
  • Get device manufacturer
  • Get screen resolution and screen density
  • Get battery level and charging status
  • Get total and available RAM
  • Get total and available storage
  • Get network operator information
  • Check Wi-Fi and cellular connection status

Installation #

To use this plugin, add device_package_data as a dependency in your pubspec.yaml file:

dependencies:
  device_package_data: ^0.1.0
1
likes
145
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for getting the device and package data.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_package_data

Packages that implement device_package_data