firebase_github_updater 0.0.4
firebase_github_updater: ^0.0.4 copied to clipboard
A Flutter package for automatic app updates via Firebase Firestore and GitHub releases with beautiful UI.
0.0.4 #
- Added FirebaseGithubUpdaterHelper for one-line integration
- Now you can just call checkAndShowUpdate() - handles everything automatically
- Simplified usage with callbacks for update complete, no update, and errors
0.0.3 #
- Further downgraded Dart SDK to >=2.17.0 for maximum compatibility
0.0.2 #
- Downgraded Dart SDK requirement to >=3.0.0 for broader compatibility
- Support for older Flutter versions (>=3.0.0)
0.0.1 #
- Initial release
- Firebase Firestore integration for update checks
- Automatic APK download from GitHub releases
- Auto-install functionality for Android
- Beautiful update bottom sheet UI with progress tracking
- DevStudio branding