- You need to now make an instance of the class to use the methods, instead of using static methods. Checkout the example in the README for more info.
- Minor code cleanup and dependency updates.
- Fixes for iOS app launches and README instructions.
- Lowered dart sdk constraint to >=2.12.0 from 2.17.0
- Remove QUERY_ALL_PACKAGES permission due to playstore policies (check README for more info)
- Fixed some lint warnings
- Updated Dart SDK min version to 2.17
- Fixed system app logic for Android
- Fixed opening URLs on earlier iOS versions
- Rewritten in Kotlin and with Null-Safety.