SafeKey v3.0.0 - In-App Update System π
SafeKey v3.0.0 - In-App Update System π
Welcome to SafeKey v3.0.0! This major release introduces a robust, native Over-The-Air (OTA) update system directly integrated with GitHub Releases.
What's New β¨
- In-App Updater: SafeKey now silently checks for new updates on launch. No more manual checking!
- Seamless Background Downloads: If an update is available, a premium sliding card will notify you. You can download updates directly within the app, with the ability to pause, resume, or cancel the download at any time.
- Native Installation: Once the download hits 100%, SafeKey automatically launches the Android installer.
- Dedicated Updates Hub: A new 'Updates' section under Settings > About lets you check your current version, manually search for updates, and read the rich Markdown release notes right inside the app.
Under the Hood π οΈ
- Powered by
background_downloaderfor reliable parallel downloads even if you minimize the app. - Strict semantic version checking using
pub_semver. - Custom Markdown parser using
flutter_markdownto render GitHub release notes beautifully inside the SafeKey UI.