device_package_data 0.2.0+1
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