- Example documentation related to credentials
- Refactor to impaktfull
- Updated dependencies
- Updated min versions
- Updated kotlin version
- License
Don't fail if release notes are null
(we fall back to an empty string)
Min flutter version 3.3.0
Updated:
- Dependencies
- Kotlin version to 1.6.0
Added:
- (Android) Support for aab files
Fixed:
- (Android) Memory leak when using
openAndroidInstallScreen: false, keepAndroidNotification: true
Added:
- (Android) Support to decide if the download should open the install screen automatically or the user should click on the download notification. By default the install screen will open.
- (Android) Support to keep the notification after the download was completed. By default the notification will be dismissed after downloading.
- (Android) Setting
openAndroidInstallScreen
to false will setkeepAndroidNotification
true. Otherwise theinstallRelease
Future will never finish Updated: - Github Actions
- Analyzer
Updated:
- Dependencies
- Fixed analyzer warnings
- Version bump dart sdk to min 2.18.0 Removed:
- Travis Added:
- Github Actions
Breaking:
- #18
/v0.1/apps
-> /v0.1/tester/apps
/v0.1/apps/{owner_name}/{app_name}/releases
-> /v0.1/apps/{owner_name}/{app_name}/releases?scope=testers
- Removed some fields from App -> appSecret, platform, origin, createdAt, uploadedAt, releaseType
Added:
- Support for testers. Collaborators, members & testers can now use the app with an api token.
Fixed:
- crash when fetching user details with null avatarurl
Added:
- Nullsafety
- Nullsafety example
Added:
- No access error so we can check if the api token is valid Fixed:
- Non exposed exceptions
Fixed:
- json.encode would fail if DateTime was used in a toJson
Added:
- User Details
- Extra documentation:
Api Token should have read access only
Added:
- pub.dev version label
Initial Release