Vulnguard class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasVulnerableApps() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showVulnerableAppsDialog(BuildContext context) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Vulnguard
no setter

Static Methods

checkForVulnerableApps(BuildContext context) → void
dispose() Future<void>
getAllPackages() Future<List<PackageInfo>>
getAppName(String packageName) Future<String?>
getCurrentPlatform() String
getIconUrl(String packageName) Future<String?>
getInstalledPackage() Future<void>
getInstalledPackages() Future<List<UniversalAppInfo>>
getPackagesCount() Future<int>
getStoredVersion() Future<String?>
getVulnerableApps() List<VulnerableApp>
initialize({required String apiKey, String? platform, String category = 'default'}) Future<void>
Initialize VulnGuard and check version on every app start