bluetooth_serial_android 1.1.2 copy "bluetooth_serial_android: ^1.1.2" to clipboard
bluetooth_serial_android: ^1.1.2 copied to clipboard

PlatformAndroid

Flutter plugin for Classic Bluetooth (Serial RFCOMM) on Android. Enables device scanning, pairing, connection, and serial communication.

1.1.2 #

🇺🇸 Minor fixes #

  • Minor improvements to package description and documentation, translation of the documentation into English

🇧🇷 Correções menores #

  • Pequenas melhorias na descrição do pacote e documentação, tradução da documentação para o inglês

1.1.1 #

🇧🇷 Correções menores #

  • Pequenas melhorias na descrição do pacote e documentação.

🇺🇸 Minor fixes #

  • Minor improvements to package description and documentation

1.1.0 #

🇧🇷 Novidades #

  • Suporte a UUID customizado no método connect().
  • Adicionado parâmetro timeoutMs em connect() para controlar tempo de espera da conexão.
  • Novo método readLine(delimiter) com buffer interno para leitura por linha.
  • Buffer de leitura é limpo automaticamente ao desconectar.
  • Melhorias internas na lógica de leitura e tratamento de exceções para evitar travamentos.

🇺🇸 What's New #

  • Added support for custom UUID in the connect() method.
  • Added timeoutMs parameter to connect() to control connection timeout.
  • New readLine(delimiter) method with internal buffer for line-based reading.
  • Read buffer is now automatically cleared on disconnect.
  • Internal improvements to reading logic and exception handling to prevent freezes.

1.0.1 #

🇧🇷 Correções menores #

  • Pequenas melhorias na descrição do pacote e documentação.

🇺🇸 Minor fixes #

  • Minor improvements to package description and documentation

1.0.0 #

🇧🇷 Versão inicial #

  • Primeira versão pública do plugin.
  • Suporte completo ao Bluetooth Clássico (Serial RFCOMM) no Android.
  • Permite listar dispositivos pareados, buscar novos dispositivos (scan), conectar, enviar e receber dados.
  • Gerenciamento automático de permissões em tempo de execução.
  • Exemplo Flutter incluso com leitura contínua e suporte a delimitadores de linha.

🇺🇸 Initial release #

  • First public release of the plugin.
  • Full support for Classic Bluetooth (Serial RFCOMM) on Android.
  • Allows listing paired devices, scanning, connecting, sending and receiving data.
  • Automatic runtime permission management.
  • Includes example Flutter app with continuous read and line-ending selection.
1
likes
160
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for Classic Bluetooth (Serial RFCOMM) on Android. Enables device scanning, pairing, connection, and serial communication.

Repository (GitHub)
View/report issues

Topics

#bluetooth #serial #android #spp #arduino

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bluetooth_serial_android

Packages that implement bluetooth_serial_android