jfullinfo

Last updated:

0 purchases

jfullinfo Image
jfullinfo Images
Add to Cart

Description:

jfullinfo

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"/>
copied to clipboard
Simple Usage #
final _jFullInfo = JFullInfo();
copied to clipboard
Get Hardware Information:
Future<JHardwareInfo> getHardwareInfo()async{
final value = await _jFullInfo.getHardwareInformation();
return value;
}
copied to clipboard
Get Android Information:
Future<JAndroidInfo> getAndroidInfo()async{
final value = await _jFullInfo.getAndroidInformation();
return value;
}
copied to clipboard
Get Application Information:
Future<JApplicationInfo> getApplicationInfo()async{
final value = await _jFullInfo.getApplicationInformation();
return value;
}
copied to clipboard
Get JSimInfo Information:
Future<List<JSimInfo>> getSimInfo()async{
final value = await _jFullInfo.getSimInformation();
return value;
}
copied to clipboard
Get All Information:
Future<JInfoModel> getAllInfo()async{
final value = await _jFullInfo.getAllInformation();
return value;
}
copied to clipboard
Additional information #
Provided By Just Codes Developers

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.