app_check/CHANGELOG.md

39 lines
816 B
Markdown

### 1.5.4
- Support for Swift Package Manager on iOS.
- Misc. updates to `example` app.
## 1.5.3
- Added null check for `appInfo`.
## 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.