Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 682 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 682 Bytes

1.5.2

  • 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.

1.3.0 - 1.5.0

  • Minor code cleanup and dependency updates.
  • Fixes for iOS app launches and README instructions.

1.0.6

  • Lowered dart sdk constraint to >=2.12.0 from 2.17.0

1.0.5

  • Remove QUERY_ALL_PACKAGES permission due to playstore policies (check README for more info)

1.0.4

  • Fixed some lint warnings
  • Updated Dart SDK min version to 2.17

1.0.3

  • Fixed system app logic for Android
  • Fixed opening URLs on earlier iOS versions

1.0.0 - 1.0.2

  • Rewritten in Kotlin and with Null-Safety.