A Flutter plugin that allows you to check if the device is in airplane mode.
Call IsAirplaneMode.isAirplaneMode
to check if the device is in airplane mode.
Checks directly for airplane mode since it is accessible.
Checks if the device has no network signal. On iOS devices which do not support celluar networks, this will always return true i.e airplane mode is on.
Support Sdk 21 and above.
Support iOS 11.0 and above.
MIT License