flutter_midi_command_android 1.0.7
flutter_midi_command_android: ^1.0.7 copied to clipboard
The Android implementation of flutter_midi_command, bridging the platform MIDI APIs to send and receive MIDI messages.
1.0.7 #
- Bump "flutter_midi_command_android" to
1.0.7and update the platform interface dependency constraint.
1.0.6 #
- FIX(android): survive an
IOException: EPIPEfrom a removed device duringConnectedDeviceteardown, so unplugging a connected USB MIDI device no longer crashes the app; disconnection notifications still fire (#158).
1.0.5 #
- Bump "flutter_midi_command_android" to
1.0.5.
1.0.4 #
- FIX(ci): track pubspec_overrides.yaml so melos bootstrap works on clean checkouts.
- FEAT(ble): bundle Android permissions and document platform setup.
1.0.3 #
- Update a dependency to the latest release.
1.0.2 #
1.0.1 #
- Update a dependency to the latest release.
1.0.0 #
- Initial federated Android implementation release in monorepo layout.
- Host MIDI API contracts migrated to generated Pigeon interfaces.