mobile_feature_access 0.0.2 copy "mobile_feature_access: ^0.0.2" to clipboard
mobile_feature_access: ^0.0.2 copied to clipboard

Mobile Feature Access is a Flutter plugin that connects your Flutter app with native Android functionality using MethodChannels. It currently provides platform version and battery level access with mo [...]

mobile_feature_access #

A Flutter plugin to access native Android features such as:

✅ Platform Version
✅ Battery Level

This package provides a simple communication bridge between Flutter (Dart) and the native Android system using MethodChannels. More features will be added in future updates such as connectivity status, vibration, brightness control, and more.


✨ Features #

Feature Android iOS
Get Platform Version 🚧 Coming Soon
Get Battery Level 🚧 Coming Soon

📦 Installation #

Add this to your pubspec.yaml:

dependencies:
  mobile_feature_access: ^0.0.1
0
likes
125
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Mobile Feature Access is a Flutter plugin that connects your Flutter app with native Android functionality using MethodChannels. It currently provides platform version and battery level access with more system-level features planned — such as connectivity status, vibration control, sensors, and device settings interaction..

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mobile_feature_access

Packages that implement mobile_feature_access