airplane_mode_detection 1.0.0 copy "airplane_mode_detection: ^1.0.0" to clipboard
airplane_mode_detection: ^1.0.0 copied to clipboard

Flutter plugin that allows you to detect and check mobile airplane mode callback functions on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add airplane_mode_detection
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  airplane_mode_detection: ^1.0.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:airplane_mode_detection/airplane_mode_detection.dart';
copied to clipboard
4
likes
40
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.27 - 2025.04.11

Flutter plugin that allows you to detect and check mobile airplane mode callback functions on iOS and Android.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, fluttertoast

More

Packages that depend on airplane_mode_detection