applistmodule 0.0.4 copy "applistmodule: ^0.0.4" to clipboard
applistmodule: ^0.0.4 copied to clipboard

Iny Digital Package to get the List of Apps in Phones and Validate if an specific Apps are present..

0.0.1 #

  • Functions to Get Apps installed List.

0.0.2 #

*Updated License File

0.0.3 #

Updated the format of the ValidateApps Method to accept json and return json as strings. Request: { "apps": [ { "appname": APPLICATION PACKAGE NAME1, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME2, "available": "Y" }, { "appname": APPLICATION PACKAGE NAME3, "available": "Y" } ] }

0.0.4 #

Response { "apps": [ { "appname": APP NAME, "available": "Y", "backupAgentName": "null", "compatibleWidthLimitDp": "0", "descriptionRes": "0", "enabled": "true", "flags": "814235204", "permission": "null", "nativeLibraryDir": "/data/app/arm64", "theme": "2131886090", "kerneluid": "10276", "category": "7", "storageUuid": "41217664-9172-527a-b3d5-edabb50a7d69", "splitNames": "null", "minSdkVersion": "21", "compileSdkVersion": "29"

},
{
  "appname": APPLICATION PACKAGE NAME2,
  "available": "Y"
},
{
  "appname": APPLICATION PACKAGE NAME3,
  "available": "N"
}

] }

1
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Iny Digital Package to get the List of Apps in Phones and Validate if an specific Apps are present..

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on applistmodule

Packages that implement applistmodule