Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.37 KB

File metadata and controls

34 lines (26 loc) · 1.37 KB

connectivity

A Kotlin Multiplatform Mobile library to discover network connectivity and distinguish between cellular vs WiFi connection.

Getting started

badge badge Maven Central

Include the following dependency in your build.gradle.kts file:

commonMain {
    implementation("com.appmattus.mpu:connectivity:<latest-version>")
}

Inspired by the Flutter connectivity package.