raspi_gpio 0.0.1
raspi_gpio: ^0.0.1 copied to clipboard
A Flutter plugin for controlling Raspberry Pi GPIO pins, supporting LED control, motor control, and button input.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.1] - 2024-03-21 #
Added #
- Initial release of the Raspi GPIO Flutter plugin
- Basic plugin structure and setup
- Android platform implementation
- Support for basic GPIO operations:
- LED control (on/off)
- Button input monitoring
- Motor control with direction and speed
- Android Things compatibility detection
- Graceful fallback for non-Android Things devices
Technical Details #
- Implemented using reflection for Android Things API compatibility
- Added proper error handling and logging
- Support for both Android Things and regular Android devices
- Automatic resource cleanup on plugin disposal