flutter_midi
flutter_midi copied to clipboard
Xcode 11.2.1 AVAudioSessionCategoryPlayback
Xcode Classes -> SwiftFlutterMidiPlugin.swift Line 40
From try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
to try AVAudioSession.sharedInstance().setCategory(AVAudioSession.Category.playback)
Do you mind making a PR?
hey @rodydavis , thanks for the library. I've created a PR with the fix https://github.com/rodydavis/flutter_midi/pull/10.
@rodydavis Could you please release #10 change as a new version? I want to use by pubspec.yaml.