phone_info 0.1.0 copy "phone_info: ^0.1.0" to clipboard
phone_info: ^0.1.0 copied to clipboard

A powerful Flutter plugin to fetch detailed phone hardware and network information, including device architecture (CPU, ABI), network status (IP, connection type), and other critical metrics—ideal for [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add phone_info

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

dependencies:
  phone_info: ^0.1.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:phone_info/phone_info.dart';
3
likes
150
points
48
downloads

Publisher

verified publishersyedbipul.me

Weekly Downloads

A powerful Flutter plugin to fetch detailed phone hardware and network information, including device architecture (CPU, ABI), network status (IP, connection type), and other critical metrics—ideal for debugging, analytics, and dynamic feature handling.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on phone_info