- Merged PR4 from felixdollack
- No change
- Added
isNetworkSessionEnabledandsetNetworkSessionEnabledfor controlling Network Sessions on iOS (introduced in FlutterMidiCommand 0.4.15)
- Fixed missing future in connectDevice()
- Improved bluetooth state handling:
- Start bluetooth subsystem only when you want, not automatically
- Allow to retrieve bluetooth state before starting scanning
- Allow to observe bluetooth state (poweredOn, poweredOff, ...)
- Fixed device status value on Android
- Fixed null warning
- Aligned midi ports
- Null safety
- Removed print.
- Initial release.