FLUTTER ECOSYSTEM

device_information

A flutter plugin to get device information such as device IMEI number,model name,API level,CPU Type,Product Name etc for both android & iOS.

Latest version
0.0.4
30-day downloads
1.7K
Likes
112
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

The device_information package is a Flutter plugin that enables developers to retrieve detailed device information across both Android and iOS platforms. It provides access to key hardware and software details such as IMEI number, model name, API level, CPU type, and product name. Designed for cross-platform compatibility, it simplifies the process of gathering device-specific data without writing platform-specific code. Ideal for analytics, device tracking, or app personalization features.

Use cases
  • Device tracking and identification
  • User analytics and reporting
  • App personalization based on device specs
  • Troubleshooting and diagnostics
  • License validation
Key features
  • Cross-platform support (Android & iOS)
  • Access to IMEI, model, API level, CPU type
  • Simple API integration
  • No native code required
  • Real-time device data retrieval
Suitable for
  • Developers building analytics tools
  • Apps requiring device-level identification
  • Enterprise or security-focused applications
  • Apps needing device compatibility checks
Considerations
  • IMEI access restricted on newer iOS versions
  • Requires proper permissions on Android
  • Privacy compliance needed for sensitive data
  • Limited to non-rooted devices on Android
Supported platformsAndroidiOS

Install package

flutter pub add device_information

Categories

Source repository

Related projects

No data available yet.