flutter_apk_builder 0.1.2
flutter_apk_builder: ^0.1.2 copied to clipboard
A CLI tool to detect Android ABI and build the corresponding APK.
Flutter ABI Builder
A CLI tool to detect Android device ABI and build APKs accordingly.
Features
Detects the ABI of connected Android devices using ADB.
Supports multiple devices with a selection prompt.
Automates building APKs optimized for the detected ABI.
Getting Started
Prerequisites
Ensure Flutter is installed and added to your system's PATH.
Install ADB (Android Debug Bridge) and ensure it is accessible from the terminal. To verify, run:
adb version
Installation
Activate the package globally using Dart:
dart pub global activate flutter_abi_builder
Usage
Run the following command in the terminal:
flutter_abi_builder
Example Output
🔍 Listing connected devices...
- Device ID: emulator-5554 (x86_64)
- Device ID: device-12345 (arm64-v8a) Select a device (1-2): 2
✅ Using device: device-12345 ✅ Detected ABI: arm64-v8a 🚀 Building APK for arm64-v8a... ✅ APK built successfully!
Additional Information
This package uses ADB to detect device ABI and Flutter CLI to build APKs.
Contributions, bug reports, and feature requests are welcome.
For issues or support, contact the maintainer via email.
Contributing
If you’d like to contribute, feel free to reach out via email to discuss potential improvements or feature requests.
Contact & Support
For any issues or questions, contact the maintainer via email.
Contact & Support #
For any issues or questions, contact the maintainer at bichrbraighle@gmail.com.