A new flutter plugin for Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication.
Flutter Bluetooth Classic is meand to bridge the gap found with regards to IOS Bluetooth Classic using the External Accessory framework
Open the Info.plist file and add the following key :
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>Your communication protocol goes here</string>
</array>
<key>UISupportedInterfaceOrientations</key>
Coming soon ...
Welcome to contribute and improve. Thank you very much for your supporting!