Flutter how check if an application is installed from Google Play?

Viewed 550

Some of my applications are downloaded from the playmarket, ads are removed and posted on various sites in apk format for manual installation. Is there any legal way in flutter to check when the application is launched how it was installed?

1 Answers

There is currently a package developed that checks exactly what you want.

Related