Open aakashch0179 opened 7 months ago
Hello , please provide more info about the exception.
also you are trying to retrieve the allowed apps to use your vpn, not all installed apps.
for get installed apps do this :
// Get installed apps
List
Hello , please provide more info about the exception.
also you are trying to retrieve the allowed apps to use your vpn, not all installed apps.
for get installed apps do this :
// Get installed apps List installedApps = await sstpFlutter.getInstalledApps(); print('Installed Apps: $installedApps');
Same Problem when i call await sstpFlutter.getInstalledApps();
Hello , please provide more info about the exception.
also you are trying to retrieve the allowed apps to use your vpn, not all installed apps.
for get installed apps do this :
// Get installed apps List installedApps = await sstpFlutter.getInstalledApps(); print('Installed Apps: $installedApps');
Any update sir
Hello Dear, Thank you for your report , it's fixed now just update to last version.
Hello
I try to get all installed apps list so app is crash when I call this function
Help me