jfullinfo 0.5.1 copy "jfullinfo: ^0.5.1" to clipboard
jfullinfo: ^0.5.1 copied to clipboard

PlatformAndroid

Just An Amazing Full Hardware, System, SIM Cards & Application Information Plugin For Android Devices.

jfullinfo #

JFullInfo: Just An Amazing Full Hardware, System, Sim & Application Information Plugin For Android Devices.

Features #

  • Get Full Device Information
  • Get Full Android Information
  • Get Full SIM Card Information
  • Get Full Application Information
  • Get All Information

Usage #

To Use jfullinfo

First: To Use getSimInformation Method Add to AndroidManifest.xml this Permission:

 <uses-permission android:name="android.permission.READ_PHONE_STATE"/>

Simple Usage #

final _jFullInfo = JFullInfo();

Get Hardware Information:

Future<JHardwareInfo> getHardwareInfo()async{
  final value =  await _jFullInfo.getHardwareInformation();
  return value;
}

Get Android Information:

Future<JAndroidInfo> getAndroidInfo()async{
  final value =  await _jFullInfo.getAndroidInformation();
  return value;
}

Get Application Information:

Future<JApplicationInfo> getApplicationInfo()async{
  final value =  await _jFullInfo.getApplicationInformation();
  return value;
}

Get JSimInfo Information:

Future<List<JSimInfo>> getSimInfo()async{
  final value =  await _jFullInfo.getSimInformation();
  return value;
}

Get All Information:

Future<JInfoModel> getAllInfo()async{
  final value =  await _jFullInfo.getAllInformation();
  return value;
}

Additional information #

Provided By Just Codes Developers

8
likes
150
pub points
49%
popularity

Publisher

verified publisherjucodes.com

Just An Amazing Full Hardware, System, SIM Cards & Application Information Plugin For Android Devices.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on jfullinfo