raspi_gpio 0.0.1 copy "raspi_gpio: ^0.0.1" to clipboard
raspi_gpio: ^0.0.1 copied to clipboard

PlatformAndroid

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
2
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for controlling Raspberry Pi GPIO pins, supporting LED control, motor control, and button input.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on raspi_gpio

Packages that implement raspi_gpio