mobile_feature_access 0.0.2
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