airplane_mode_checker 3.1.0
airplane_mode_checker: ^3.1.0 copied to clipboard
Flutter plugin allows you to check the status of Airplane Mode on iOS and Android mobile.
0.0.1 #
- Flutter plugin for check airplane mode
1.0.0 #
- Publishing plugin
1.0.1 #
- Update SwiftAirplaneModeCheckerPlugin.swift
1.0.2 #
- Update readme
1.0.3 #
- Update readme
1.0.4 #
- Turn private AirplaneModeChecker constructor (PR https://github.com/14h4i/airplane_mode_checker/pull/6)
1.0.5 #
- Remove print on iOS and clean up native code (PR https://github.com/14h4i/airplane_mode_checker/pull/8) Thanks @stefanschaller
2.0.0 #
Updates:
- Android Gradle plugin (AGP)
- Gradle wrapper
- Kotlin version
- compileSdkVersion
- Update dependencies
2.1.0 #
Updates:
- Logic check airplane for IOS
- Issue (https://github.com/14h4i/airplane_mode_checker/issues/11)
2.2.0 #
Updates:
- Moved dependency 'fluttertoast' to example folder (https://github.com/14h4i/airplane_mode_checker/pull/14)
3.0.0 #
Updates:
- Migrate to new base
- Add
namespace
- Support for AGP Version (https://github.com/14h4i/airplane_mode_checker/issues/15)
3.1.0 #
Updates:
- New feature
AirplaneModeChecker.instance.listenAirplaneMode()
for request (https://github.com/14h4i/airplane_mode_checker/issues/16)