Skip to content

Pugin for Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication.

License

Notifications You must be signed in to change notification settings

wdfw-fp/flutter_blue_classic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_blue_classic

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

Getting Started

IOS

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>

Android

Coming soon ...

Contribution

Welcome to contribute and improve. Thank you very much for your supporting!

About

Pugin for Bluetooth classic Android(Bluetooth)/IOS(ExternalAccessory) module for serial communication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 30.3%
  • Dart 26.0%
  • Kotlin 20.4%
  • Swift 12.8%
  • Objective-C 10.5%