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

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

AirplaneModeChecker #


Pub

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

Usage #

Find the example wiring in the example app

Installation #

Add the following line to pubspec.yaml:

dependencies:
  airplane_mode_checker: ^1.0.2

Add the following import to your Dart code:

import 'package:airplane_mode_checker/airplane_mode_checker.dart';

Check Airplane Mode #

In order to check the airplane mode, use AirplaneModeChecker.checkAirplaneMode() as below.

You will get the return AirplaneModeStatus:

  • AirplaneModeStatus.on
  • AirplaneModeStatus.off
final status = await AirplaneModeChecker.checkAirplaneMode();

iOS available #

iOS is available from version 12

@available(iOS 12.0, *)

ScreenShots #

Android #

AirplaneMode: ON AirplaneMode: OFF

Issues and feedback #

Please file issues to send feedback or report a bug. Thank you!

License #

MIT License

13
likes
0
pub points
92%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, fluttertoast

More

Packages that depend on airplane_mode_checker