Releases: muhamadsyafii/ApexFetch
Releases · muhamadsyafii/ApexFetch
v1.0.0
We are thrilled to announce the initial release of ApexFetch v1.0.0! 🎉
ApexFetch is an Enterprise-grade Download Manager built entirely for Kotlin Multiplatform (KMP). Designed with scalability, performance, and ease of use in mind, it provides a robust engine for managing file downloads across different platforms, seamlessly integrating with both modern and legacy UI toolkits.
✨ Key Features in v1.0.0
- Core Engine (
apexfetch-core): The powerhouse of the library, built with pure KMP. It handles concurrent downloads, network states, and file I/O operations smoothly. - Compose Support (
apexfetch-compose): First-class support for Jetpack Compose and Compose Multiplatform. Easily observe download states and bind them directly to your composable functions. - Android XML Support (
apexfetch-android-xml): Backward compatibility for legacy Android View systems, providing easy integration with LiveData and traditional UI components.