airplane_mode_checker 3.3.0 copy "airplane_mode_checker: ^3.3.0" to clipboard
airplane_mode_checker: ^3.3.0 copied to clipboard

Flutter plugin allows you to check the status of Airplane Mode on iOS and Android mobile.

3.3.0 #

Updates:

  • iOS / Swift Package Manager:

    • Added Swift Package Manager support for the iOS plugin
    • Moved iOS sources to the Swift Package Manager layout
    • Added Swift Package Manager support for iOS 12.0 and higher
    • Preserved CocoaPods support for iOS 12.0 and higher
  • Documentation and examples:

    • Clarified best-effort iOS stream behavior for listenAirplaneMode()
    • Fixed README usage examples to match the actual singleton API
    • Updated the example README and fixed stale example widget tests
  • Tests and maintenance:

    • Added more Dart tests for OFF, null, and stream mapping cases
    • Improved Android stream lifecycle cleanup
    • Removed unused iOS implementation pieces

3.2.1 #

Updates:

  • Add optional defaultValue to checkAirplaneMode and listenAirplaneMode for WiFi-only iOS devices.

3.2.0 #

Updates:

  • iOS improvements:

    • Fixed airplane mode detection logic for better accuracy on cellular devices
    • Added proper memory leak prevention with deinit
    • Improved timer handling to work correctly during UI interactions
    • Added Network framework import for future enhancements
    • Better handling of WiFi-only devices (iPad WiFi, iPod Touch)
    • Updated minimum iOS version to 12.0
  • Android improvements:

    • Updated Gradle to 8.2.2 (from 7.3.0)
    • Updated Kotlin to 1.9.22 (from 1.7.10)
    • Updated compileSdk to 35 (Android 15)
    • Updated Mockito to 5.10.0 for better testing
  • General improvements:

    • Updated plugin_platform_interface to ^2.1.0
    • Added package topics for better discoverability on pub.dev
    • Improved code quality and documentation
    • Updated podspec with proper metadata

3.1.0 #

Updates:

3.0.0 #

Updates:

2.2.0 #

Updates:

2.1.0 #

Updates:

2.0.0 #

Updates:

  • Android Gradle plugin (AGP)
  • Gradle wrapper
  • Kotlin version
  • compileSdkVersion
  • Update dependencies

1.0.5 #

1.0.4 #

1.0.3 #

  • Update readme

1.0.2 #

  • Update readme

1.0.1 #

  • Update SwiftAirplaneModeCheckerPlugin.swift

1.0.0 #

  • Publishing plugin

0.0.1 #

  • Flutter plugin for check airplane mode
18
likes
160
points
6.75k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin allows you to check the status of Airplane Mode on iOS and Android mobile.

Repository (GitHub)
View/report issues

Topics

#airplane-mode #connectivity #network #mobile

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on airplane_mode_checker

Packages that implement airplane_mode_checker