flutter_midi_command_platform_interface 1.0.2 copy "flutter_midi_command_platform_interface: ^1.0.2" to clipboard
flutter_midi_command_platform_interface: ^1.0.2 copied to clipboard

A common platform interface for the FlutterMidiCommand plugin.

flutter_midi_command_platform_interface #

pub package

Shared platform contracts for the flutter_midi_command plugin family.

Scope #

  • MidiCommandPlatform: native serial/host MIDI contract
  • MidiBleTransport: optional BLE transport contract implemented in Dart
  • Shared models (MidiDevice, MidiPacket, MidiPort)

BLE is intentionally not part of MidiCommandPlatform. The app-facing MidiCommand API composes native MIDI + optional BLE transport.