sharmadhiraj / installed_apps

Flutter plugin with utility methods related to installed apps on device.
https://pub.dev/packages/installed_apps
Apache License 2.0
23 stars 35 forks source link

add: create PlatformType enum for platform categorization #41

Open VB10 opened 3 days ago

VB10 commented 3 days ago

This PR request helps to find platform values directly from the client. Additionally, some devices get a crash when running the "Zip(apk_path)" code. I'm adding an extra parameter called "platform_type". I have used your enumeration "BuildWith". It seems to help solve the problem.

https://github.com/sharmadhiraj/installed_apps/issues/29

Thanks