uplink 1.0.2
uplink: ^1.0.2 copied to clipboard
An unstoppable, high-performance background media upload engine with swipe-kill resilience, hardware locks, and auto-retry sync.
1.0.2 #
- Enhanced SPM Target Structure for Flutter Analyzer 🛡️
- Physically relocated iOS native workspace to strict segregated
ios/uplink/Sources/uplinkcompliant structure satisfying the official Flutter Swift Package Manager specification. - Fully synchronized unified CocoaPods and SPM paths to guarantee seamless hybrid plugin support.
1.0.1 #
- Swift Package Manager (SPM) Support 🚀
- Added explicit native iOS SPM
Package.swiftconfiguration manifest to achieve 160/160 Pub scoring and support modern Apple dependency injection!
1.0.0 #
- Initial Stable Release 🚀
- Implemented native Android
START_STICKYForeground Service ensuring 100% swipe-kill resilience. - Integrated hardware CPU
PARTIAL_WAKE_LOCKandWIFI_MODE_FULL_HIGH_PERFsynchronization hooks. - Implemented intelligent automatic 3-stage exponential backoff retry mechanics for network drops.
- Built zero-dependency Native C-Level SQLite shared database integration.
- Integrated iOS Background URLSession configuration for Apple background streaming preservation.
- Complete Stream API implementation using Flutter
EventChanneland automated dashboard reporting.