Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Android/iOS Device Software and Hardware packages
Last updated: May 18, 2026
While Flutter abstracts the UI layer, integrating tightly with the underlying Android (Kotlin/Java) and iOS (Swift/Objective-C) operating systems is often required for deep native functionality.
Best Practices for OS Integration
- Method Channels: When writing custom Method Channels to talk to native code, ensure you handle thread management properly. Native methods executed from Dart must return their results on the main UI thread (or the main queue on iOS) to avoid crashes.
- Permissions: Always check and request OS permissions (Camera, Location, Contacts) gracefully. If a user permanently denies a permission, provide a deep link directly to the OS Settings app so they can toggle it manually.
- App Lifecycle: Listen to the
AppLifecycleState. Stop heavy animations, pause media playback, and disconnect from WebSockets immediately when the OS moves your app into thepausedorinactivestate to preserve battery.
The complete list of Platform Channels, OS specific utilities, and Permission handlers for Flutter is provided below.
flutter_plugin_android_lifecycle
👍 118 ⬇️ 4.3M
Dart 3 compatibleMaintenance Status: Good
Flutter plugin for accessing an Android Lifecycle within other plugins.
workmanager
👍 2.4K ⬇️ 63.1K
Dart 3 compatibleMaintenance Status: Good
Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
app_settings
👍 1.23K ⬇️ 633.3K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin for opening iOS and Android phone settings from an app.
flutter_background_service
👍 1.58K ⬇️ 69.3K
Dart 3 compatibleMaintenance Status: Average
A flutter plugin for executing dart code continously even application closed.
background_fetch
👍 1.26K ⬇️ 76.1K
Dart 3 compatibleMaintenance Status: Good
Periodic callbacks in the background for both iOS and Android. Includes Android Headless implementation.
vibration
👍 927 ⬇️ 291.4K
Dart 3 compatibleMaintenance Status: Good
A plugin for handling Vibration API on iOS, Android, web and OpenHarmony.
back_button_interceptor
👍 410 ⬇️ 332.9K
Dart 3 compatibleMaintenance Status: Average
Back Button Interceptor. May be used to do stuff when the Android back-button is tapped, as an alternative to `WillPopScope`.
flutter_foreground_task
👍 570 ⬇️ 94K
Dart 3 compatibleMaintenance Status: Good
This plugin is used to implement a foreground service on the Android platform.
android_alarm_manager_plus
👍 607 ⬇️ 10.3K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin for accessing the Android AlarmManager service, and running Dart code in the background when alarms fire.
flutter_callkit_incoming
👍 499 ⬇️ 54.2K
Dart 3 compatibleMaintenance Status: Good
Flutter Callkit Incoming to show callkit screen in your Flutter app.
system_info2
👍 65 ⬇️ 517.6K
Dart 3 compatibleMaintenance Status: Good
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
safe_device
👍 372 ⬇️ 107.6K
Dart 3 compatibleMaintenance Status: Good
This package helps to detect iOS Simulator, Android Emulator and Debug Mode. This package also detects MockLocation/Fake GPS location on Android Device. Also check device is real or not.
flutter_phone_direct_caller
👍 383 ⬇️ 16.8K
Dart 3 compatibleMaintenance Status: Average
Simple flutter plugin to call a number directly, without going to phone dialer, from app
process_runner
👍 27 ⬇️ 447.8K
Dart 3 compatibleMaintenance Status: Good
A process invocation abstraction for Dart that manages a multi-process queue.
android_id
👍 143 ⬇️ 287.9K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin for getting the Android ID. Only for Android.
flutter_windowmanager
👍 366 ⬇️ 6.9K
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin for manipulating Android WindowManager LayoutParams.
flutter_background
👍 340 ⬇️ 13.4K
Dart 3 compatibleMaintenance Status: Good
Run apps in the background using foreground services on Android. Ideal for applications that require continuous operation, such as background data synchronization or messaging.
alarm
👍 338 ⬇️ 7.7K
Dart 3 compatibleMaintenance Status: Good
A simple Flutter alarm manager plugin for both iOS and Android.
double_back_to_close_app
👍 334 ⬇️ 2.5K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package that allows Android users to press the back-button twice to close the app.
no_screenshot
👍 266 ⬇️ 78K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin to prevent screenshots, detect screen recording, and show blur/color/image overlays in the app switcher on Android, iOS, macOS, Linux, Windows, and Web.
flutter_ringtone_player
👍 284 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Average
A simple player for system default ringtones, alarms and notifications
screen_brightness
👍 163 ⬇️ 144.8K
Dart 3 compatibleMaintenance Status: Good
A Plugin for controlling screen brightness with application life cycle reset implemented
shake
👍 218 ⬇️ 67.7K
Dart 3 compatibleMaintenance Status: Average
A flutter package to detect phone shakes. Adjustable G-force and reset periods.
flutter_displaymode
👍 215 ⬇️ 55.1K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to set display mode (resolution, refresh rate) on Android platform. Allows to enable high refresh rate on supported devices.
flutter_fgbg
👍 182 ⬇️ 93.9K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin to detect when app(not Flutter container) goes to background or foreground
volume_controller
👍 123 ⬇️ 130K
Dart 3 compatibleMaintenance Status: Good
A Flutter volume plugin for multiple platform to control system volume.
flutter_vibrate
👍 202 ⬇️ 27.5K
Dart 3 compatibleMaintenance Status: Good
A Haptic Feedback and Vibration plugin.
open_settings
👍 210 ⬇️ 9.1K
Dart 3 compatibleMaintenance Status: Poor
The most complete flutter plugin packages for open various settings screen in Android and Ios
google_api_availability
👍 105 ⬇️ 120.5K
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin to check the availability of Google Play Services on an Android device.
usb_serial
👍 194 ⬇️ 9.4K
Dart 3 compatibleMaintenance Status: Average
This plugin will allow you to easily use the USB uart hardware based on FTDI or CDC (and more!) protocols.
gaimon
👍 134 ⬇️ 60.4K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to fully support Haptic feedback with custom pattern.
dlibphonenumber
👍 57 ⬇️ 150.5K
Dart 3 compatibleMaintenance Status: Good
A Dart package for working with international phone numbers based on Google's libphonenumber implementation.
move_to_background
👍 177 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin for sending application to background. Send your app to the background with one line of code.
appcheck
👍 130 ⬇️ 45.7K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
neat_periodic_task
👍 156 ⬇️ 11K
Dart 3 compatibleMaintenance Status: Poor
Auxiliary classes for reliably running a periodic task in a long-running process such as web-server.
open_settings_plus
👍 103 ⬇️ 75.2K
Dart 3 compatibleMaintenance Status: Good
The most complete flutter plugin packages for open various settings screen, covering newer versions of ios and android.
installed_apps
👍 145 ⬇️ 17.7K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin with utility methods related to installed apps on device.
phone_state
👍 139 ⬇️ 10.7K
Dart 3 compatibleMaintenance Status: Good
This plugin allows you to know quickly and easily if your Android or iOS device is receiving a call and to know the status of the call.
disable_battery_optimization
👍 128 ⬇️ 8.1K
Dart 3 compatibleMaintenance Status: Good
Flutter plugin to check and disable battery optimizations. Also shows custom steps to disable the optimizations in devices like mi, xiaomi, samsung, oppo, huawei, oneplus etc
haptic_feedback
👍 128 ⬇️ 4.2K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin for haptic feedback. While it utilizes standard iOS haptics, it aims to emulate these same haptic patterns on Android for a consistent experience across platforms.
call_log
👍 117 ⬇️ 3K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to access and query call history log. Support for Android only as iOS does not provide API for accessing call history.
mobile_number
👍 112 ⬇️ 2.3K
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin for fetching the device's mobile number or list sim cards data
device_information
👍 112 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin to get device information such as device IMEI number,model name,API level,CPU Type,Product Name etc for both android & iOS.
kiosk_mode
👍 108 ⬇️ 3.5K
Dart 3 compatibleMaintenance Status: Good
Plugin for working with Lock Task / Guided Access modes.
quick_usb
👍 107 ⬇️ 78
Dart 3 compatibleMaintenance Status: Poor
A cross-platform (Android/Windows/macOS/Linux) USB plugin for Flutter
async_wallpaper
👍 90 ⬇️ 574
Dart 3 compatibleMaintenance Status: Good
Set wallpapers on Android asynchronously. Also supports video live wallpapers.
terminate_restart
👍 66 ⬇️ 27.8K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin for app termination and restart with data clearing options.
flutter_background_service_android
👍 30 ⬇️ 70.2K
Dart 3 compatibleMaintenance Status: Good
A flutter plugin for executing dart code continously even application closed.
flutter_callkeep
👍 85 ⬇️ 969
Dart 3 compatibleMaintenance Status: Average
iOS CallKit and Android ConnectionService bindings for Flutter
carrier_info
👍 82 ⬇️ 3.5K
Dart 3 compatibleMaintenance Status: Good
Carrier Info gets networkType, networkGeneration, mobileCountryCode, mobileCountryCode, e.t.c from both android and ios devices
battery_info
👍 79 ⬇️ 1.6K
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin providing detailed information about the device battery (level, health, charging status, etc.). Now supports both IOS and android
flutter_alarm_clock
👍 79 ⬇️ 190
Dart 3 compatibleMaintenance Status: Average
A lightweight flutter package connecting android clock app intents.
torch_light
👍 61 ⬇️ 21.9K
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin to check if the device has a torch / flashlight, and to turn it on and off.
auto_start_flutter
👍 74 ⬇️ 898
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to manage background execution permissions. Supports Android Auto-Start settings (Xiaomi, etc.) and iOS Background App Refresh.
jailbreak_root_detection
👍 68 ⬇️ 3.3K
Dart 3 compatibleMaintenance Status: Good
Uses RootBeer + DetectFrida for Android root detection and IOSSecuritySuite for iOS jailbreak detection.
system_settings
👍 68 ⬇️ 2.9K
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin to open system and app settings on iOS and Android.
double_back_to_close
👍 65 ⬇️ 567
Dart 3 compatibleMaintenance Status: Poor
Flutter package for request double back pressed before close app/route/screen. Wrap any widget with it to use.
keep_screen_on
👍 51 ⬇️ 17.7K
Dart 3 compatibleMaintenance Status: Good
This plugin disables automatic screen off and prevents the screen from turning off.
ussd_service
👍 64 ⬇️ 156
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to make silent USSD requests and read their responses, using Android's sendUssdRequest. iOS is not supported.
activity_recognition_flutter
👍 63 ⬇️ 356
Dart 3 compatibleMaintenance Status: Good
Activity recognition plugin for Android and iOS. Provides event-based information about activities detected by the phone.
disk_space
👍 62 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Poor
A tiny Flutter Plugin to show free and total disk space.
sound_mode
👍 51 ⬇️ 13.9K
Dart 3 compatibleMaintenance Status: Average
A plugin to manage a device's sound mode for android. This plugin also supports requesting the required permissions to modify the device's sound mode for Android API 24 and above.
ussd_advanced
👍 62 ⬇️ 80
Dart 3 compatibleMaintenance Status: Poor
Runs ussd code directly in your application, supports single session and multi session ussd calls
flutter_activity_recognition
👍 54 ⬇️ 9.8K
Dart 3 compatibleMaintenance Status: Average
This plugin is used to recognize user activity on Android and iOS platforms.
android_long_task
👍 58 ⬇️ 78
Dart 3 compatibleMaintenance Status: Poor
android long task is a flutter plugin to run dart code in an android foreground service with simplicity
client_information
👍 52 ⬇️ 5.2K
Dart 3 compatibleMaintenance Status: Average
This is a plugin that lets you get the basic information from your application's client. It's easy to use and supports different platforms (Android, iOS, and Web).
managed_configurations
👍 18 ⬇️ 45.2K
Dart 3 compatibleMaintenance Status: Good
Plugin to support managed app configuration provided by a Mobile device management (MDM).
flutter_windowmanager_plus
👍 27 ⬇️ 33.5K
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin for manipulating Android WindowManager LayoutParams
wallpaper
👍 52 ⬇️ 265
Dart 3 compatibleMaintenance Status: Good
The Purpose of the plugin is to set wallpaper from url. Only supported to android. Internally using WallpaperManager to set wallpaper.
flutter_foreground_plugin
👍 52 ⬇️ 61
Dart 3 compatibleMaintenance Status: Poor
A foreground service plugin for Flutter. Support only Android (support Oreo). iOS not support yet.
pencil_kit
👍 50 ⬇️ 437
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin that provides a iOS PencilKit widget on iOS.
usage_stats
👍 47 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Average
Query Android Usage Statistics (Configurations, Events, Usage)
ios_utsname_ext
👍 23 ⬇️ 26K
Dart 3 compatibleMaintenance Status: Poor
Extension method for translation ios utsname to full product name.
flutter_alarm_background_trigger
👍 44 ⬇️ 31
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin for Android to launch app from background at specific time just like stock alarm app in Android.
flutter_voip_kit
👍 43 ⬇️ 42
Dart 3 compatibleMaintenance Status: Poor
Use iOS CallKit and Android's Telecom library to create and receive calls with native functionality. e.g. Calls pop up on user's lock screen.
flutter_incoming_call
👍 43 ⬇️ 31
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to show incoming call in your Flutter app!
get_phone_number
👍 41 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Good
Get real phone number from device - It only works on android device and also need to run in a real device.
mac_address
👍 42 ⬇️ 116
Dart 3 compatibleMaintenance Status: Poor
A new Flutter plugin to get MAC Address of Android and iOS Device
ear
👍 42 ⬇️ 33
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin project to handle all coming notification for android platform platforms.
volume_watcher
👍 38 ⬇️ 646
Dart 3 compatibleMaintenance Status: Poor
Support ios and android real-time return system volume value, maximum volume, initial volume, support set volume.
background_task
👍 38 ⬇️ 94
Dart 3 compatibleMaintenance Status: Average
Can be processed using location updates after the application transitions to the background.
esim
👍 38 ⬇️ 44
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin to check eSIM compatibility.
optimize_battery
👍 37 ⬇️ 797
Dart 3 compatibleMaintenance Status: Poor
Check for battery optimization status and open settings or disable it
root
👍 36 ⬇️ 797
Dart 3 compatibleMaintenance Status: Poor
Flutter Plugin to check Android device Root status and Run shell commands in android(only), use this plugin only for short period of processes.
sim_data
👍 34 ⬇️ 240
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to retrieve Sim cards data - dual sim support - only Android for now.
flutter_wallpaper_manager
👍 33 ⬇️ 232
Dart 3 compatibleMaintenance Status: Poor
Flutter wallpaper manager plugin, helps you setup wallpaper on android devices. Support home screen, lock screen and both screen wallpaper mode.
flutter_screen_wake
👍 32 ⬇️ 990
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to manage the device's screen on Android and iOS.
device_installed_apps
👍 31 ⬇️ 423
Dart 3 compatibleMaintenance Status: Poor
Plugin for Flutter with methods related to device installed apps.
libphonenumber_plugin
👍 15 ⬇️ 19.8K
Dart 3 compatibleMaintenance Status: Poor
Flutter package for Google libphonenumber, for Android and Web. Uses Flutter Federated Package for interoperability.
headset_connection_event
👍 28 ⬇️ 2.2K
Dart 3 compatibleMaintenance Status: Good
Flutter Plugin for headset events. Detect headset is plugged and unplugged. Get current headset state.
torch_controller
👍 27 ⬇️ 2.7K
Dart 3 compatibleMaintenance Status: Poor
A controller to manage torch/flash device resource. We give you access to native resources to toggle flashlight, to natively check torch status and more!
flutter_background_executor
👍 28 ⬇️ 238
Dart 3 compatibleMaintenance Status: Poor
This plugin is created for background tasks. It supports scheduled refresh task and immediate background task.
flutter_callkit_voximplant
👍 28 ⬇️ 184
Dart 3 compatibleMaintenance Status: Good
Flutter SDK for CallKit integration to Flutter applications on iOS
flutter_dnd
👍 27 ⬇️ 23
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to manage Do Not Disturb settings on Android.
phone_state_background
👍 26 ⬇️ 40
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin to handle Phone Call State and execute a Dart callback in background.
hardware_buttons_find_flutter
👍 25 ⬇️ 66
Dart 3 compatibleMaintenance Status: Poor
On mobile devices with different buttons on it, listening for the name of the button when the buttons are pressed.
ringtone_set
👍 24 ⬇️ 34
Dart 3 compatibleMaintenance Status: Poor
Flutter Plugin for setting devices default ringtone or notification sound.
device_imei
👍 23 ⬇️ 17
Dart 3 compatibleMaintenance Status: Poor
Flutter plugins to get real IMEI for Mobile Device
ringtone_player
👍 22 ⬇️ 68
Dart 3 compatibleMaintenance Status: Poor
A player for system default ringtone, alarm and notification.
volume_control
👍 21 ⬇️ 91
Dart 3 compatibleMaintenance Status: Poor
A flutter plugin to programmatically adjust the device's volume on Android and iOS.
flutter_root_detection
👍 20 ⬇️ 31
Dart 3 compatibleMaintenance Status: Poor
Flutter Root Detection for Both Android and IOS which does not run the application on root or sudo
is_pirated
👍 20 ⬇️ 30
Dart 3 compatibleMaintenance Status: Poor
Check and handle if your app is installed from an unauthorized source. Provides tolling to auto terminate app & open store listing
root_access
👍 19 ⬇️ 175
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin to request root access in Android device. This plugin is Android exclusive only.
root_tester
👍 18 ⬇️ 24
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to check if device is rooted or not.only for Android & iOS Devices.
huawei_hmsavailability
👍 16 ⬇️ 8
Dart 3 compatibleMaintenance Status: Poor
HUAWEI Availability Plugin for Flutter. It allows you to detect whether HMS Core apk is installed on a device.
serial_communication
👍 14 ⬇️ 32
Dart 3 compatibleMaintenance Status: Poor
An Android Plugin for Serial Communication which allows you to read and write the data through the available ports
direct_call_plus
👍 10 ⬇️ 121
Dart 3 compatibleMaintenance Status: Average
Plugin to call a number directly, without going to phone dialer.
device_call_checker
👍 5 ⬇️ 685
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin to check if the device is in a call (normal or VoIP call).
flutter_headset_detector
👍 5 ⬇️ 359
Dart 3 compatibleMaintenance Status: Average
Flutter Plugin for headset events. Detect headset is plugged and unplugged. Get current headset state.
flutter_cell_info
👍 4 ⬇️ 67
Dart 3 compatibleMaintenance Status: Good
Lightweight library that is build over Telephony SDK. NetMonster core is extracted from NetMonster application and backports several Telephony features to older Android devices.
simcards
👍 3 ⬇️ 13
Dart 3 compatibleMaintenance Status: Poor
A Flutter Plugin for querying active Device SimCards
root_plus
👍 2 ⬇️ 71
Dart 3 compatibleMaintenance Status: Good
Root Plus, Request Root Access and Run Root Commands Easily with this Flutter Plugin.
carp_communication_package
👍 1 ⬇️ 246
Dart 3 compatibleMaintenance Status: Good
CARP communication sampling package. Samples phone, sms, and calendar logs and activity.
brightness_volume_manager
👍 1 ⬇️ 30
Dart 3 compatibleMaintenance Status: Average
A Flutter plugin to manage screen brightness and volume on Android and iOS. Also provides the custom widget for brightness and volume swipe.
bg_orchestrator
👍 1 ⬇️ 22
Dart 3 compatibleMaintenance Status: Good
Production-grade background task orchestrator for Flutter with task chaining, timeouts, cron scheduling, batching, encryption, and persistent services.
phone_state_handler
👍 1 ⬇️ 9
Dart 3 compatibleMaintenance Status: Average
This plugin allows you to know quickly and easily if your Android or iOS device is receiving a call and to know the status of the call.
carp_apps_package
👍 0 ⬇️ 178
Dart 3 compatibleMaintenance Status: Good
Apps sampling package for the CARP Mobile Sensing framework (Android only).
screen
👍 121 ⬇️ 175
Maintenance Status: Poor
A Flutter plugin to manage the device's screen on Android and iOS.
wallpaper_manager
👍 103 ⬇️ 20
Maintenance Status: Poor
A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper(s) on Android devices.
flutter_appavailability
👍 91 ⬇️ 39
Maintenance Status: Poor
Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
flutter_phone_state
👍 62 ⬇️ 33
Maintenance Status: Poor
This plugin provides an easy way to make phone calls, and track the state of the phone call
imei_plugin
👍 59 ⬇️ 78
Maintenance Status: Poor
get real IMEI for android devices with validate permission on ejecution time and get unique id on ios An alphanumeric string that uniquely identifies a device to the app’s vendor.
foreground_service
👍 52 ⬇️ 47
Maintenance Status: Poor
Flutter plugin for running dart stuff via an Android foreground service. Only barely tested on Android O, and ever so slightly on M. iOS support not planned.
hardware_buttons
👍 49 ⬇️ 35
Maintenance Status: Poor
A Flutter plugin for iOS and Android for detecting various hardware buttons such as volume and home button.
fullscreen
👍 48 ⬇️ 74
Maintenance Status: Poor
This is a flutter plugin that makes it easy to enable fullscreen in flutter application. The implements the three fullscreen modes of the android platform.
flutter_android
👍 40 ⬇️ 268
Maintenance Status: Poor
A Flutter plugin for Android platform-specific APIs, to reduce duplication of effort by centralizing Android bindings in a single package.
system_shortcuts
👍 35 ⬇️ 44
Maintenance Status: Poor
ANDROID & IOS flutter plugin to use system shortcuts like pressing home, back, volume Up, volume Down keys and toggle wifi, and bluetooth as well.
flutter_incall
👍 25 ⬇️ 14
Maintenance Status: Poor
Flutter InCall Manager plugin for iOS/Android.
orientation
👍 17 ⬇️ 140
Maintenance Status: Poor
A Flutter plugin for device's orientation
phone_state_i
👍 16 ⬇️ 21
Maintenance Status: Poor
Listen to Phone Call State(phone is connected/Idle) and provide call back on both iOS and andriod devices.
