FlutterMidiCommand icon indicating copy to clipboard operation
FlutterMidiCommand copied to clipboard

A Flutter plugin to send and receive MIDI

Results 32 FlutterMidiCommand issues
Sort by recently updated
recently updated
newest added

When build with `targetSdkVersion 31` and run on Android 12 the app crashes, after approving the location permissions by the user. The reason seems to be that the permission `android.permission.BLUETOOTH_SCAN`...

Hi everyone, I have made an app for my self designed for desktop and mobile. Works perfectly on desktop, but on iOS it am not able to send MIDI messages...

Has anyone had luck using Bluetooth Midi with this package between an Android phone and Macos? Steps I have been following: 1. Bluetooth pair phone to macbook 2. open Audio...

If it isn't supported, are there plans to support it in the future?

This adds bonded devices to the list of discovered devices.

I just downloaded the sample app and installed it on an android device. Then I connected a piano with USB midi to my phone. The app does show the MIDI...

Currently there is no way for a platform plugin to indicate that it doesn't support bluetooth, so on Linux for example this causes the following exception: ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception:...

The current Swift implementation sets a fixed value of 1024 bytes for the MIDIPacketList as you can see [here](https://github.com/InvisibleWrench/FlutterMidiCommand/blob/6b07b933425c093a45a4c4259eda047a83a320f6/ios/Classes/SwiftFlutterMidiCommandPlugin.swift#L706). This prevents sending certain SysEx data wich can be way bigger....

In preparation for adding the web platform, the direct references to the Linux platform need to be removed, as for federated plugins is not needed and Flutter itself should handle...