Open Issues Need Help
View All on GitHubAI Summary: This issue requests a snackbar notification to be displayed when the application's status changes from offline to online. The implementation should leverage Compose's `remember` and `LaunchedEffect` to manage state and trigger the notification, and a new toggle needs to be added to the sample UI for simulating offline status during testing.
A Kotlin Multiplatform library that monitors online/offline connectivity in real time, for Android + iOS.
AI Summary: This GitHub issue proposes adding a new Kotlin Flow utility function, `retryWhenOnline`, which would automatically re-attempt a Flow's collection whenever a provided `ConnectivityMonitor` indicates an 'Online' status. The issue also specifies that testing should involve a fake monitor and `TestScope`. It is labeled as a 'good first issue', suggesting it's suitable for new contributors.
A Kotlin Multiplatform library that monitors online/offline connectivity in real time, for Android + iOS.
AI Summary: This issue proposes adding a new API to expose the current network type, such as Wi-Fi or Cellular, using a defined enum. The implementation would leverage Android's NetworkCapabilities and infer the type from flags on iOS, with best-effort caveats.
A Kotlin Multiplatform library that monitors online/offline connectivity in real time, for Android + iOS.