print_bluetooth_thermal 1.1.9
print_bluetooth_thermal: ^1.1.9 copied to clipboard
Ticket printing for android, location permission is not requested to connect the printer
1.1.9 – 2025-12-10 #
- Updated to README.md.
1.1.8 – 2025-12-09 #
🖥️ macOS #
- Enabled macOS platform support.
- Fixed Bluetooth state handling and permissions.
- Improved BLE printing (chunking, UUID filtering, write confirmation).
- Added required Bluetooth entitlements.
🔧 General #
- Added FVM configuration.
- Minor fixes in example and plugin registration.
✅ Compatibility #
- Tested on Flutter 3.38+ and real macOS devices.
1.1.7 - 2025-10-16 #
🔧 Improvements #
- Increased Bluetooth data transfer limit from 4 KB to 16 KB, allowing stable printing of longer texts and images.
- Updated to Android Gradle Plugin 8.6.0 and Kotlin 2.1.0 for full compatibility with Flutter 3.35+.
- Optimized native Kotlin code for safer
OutputStreamhandling and chunked data transmission. - Removed deprecated or unavailable properties (
sendBufferSize) fromBluetoothSocket. - Verified full build compatibility with Android Studio Koala (AGP 8.6 / Gradle 8.9).
✅ Compatibility #
- Compatible with Android 5.0 (API 21) and above.
- Tested with Flutter 3.35.5 and Dart 3.9.2.
1.1.6 #
- Update Api v2 de flutter for Android
- 2025/02/14
1.1.5 #
- Update desing new flutter
- 2025/01/16
1.1.4 #
- Delete package web
- update code pull request #52
1.1.3 #
- Update folder ios and update platform suport
1.1.2 #
- Updated to support the new Android versions in new Flutter projects.
1.1.1 #
- Update readme.md
1.1.0 #
- Add support for Windows print
1.0.9 #
- Update README.md
1.0.8 #
- Update README.md
1.0.7 #
- Added support for IOS
- Updated the gradle version to 7.2.0
- Kotlin version was updated to 1.8.0
1.0.6 #
- Fixed a bug that when validating bluetooth permission on devices with android sdk less than 31 showed false, and it should be true since those devices do not need the access permission to nearby devices
1.0.5 #
- Fixed an error that in versions of android with decimals, for example android 7.1.1, did not work.
1.0.3 #
- Added support for android 12
- Added BLUETOOTH_CONNECT permission for android 12 onwards
- Added isPermissionBluetoothGranted function to detect if permission is enabled, works only on android 12 and up
- Changed Kotlin from 1.3.50 to 1.6.10
1.0.2 #
Added a method to disconnect the printer
1.0.1 #
Shareability with null security was added and all methods were changed to English. if you want to migrate to this version you must read the README.md file
1.0.0 #
Shareability with null security was added and all methods were changed to English. if you want to migrate to this version you must read the README.md file
0.0.8 #
Se cambio el modo de separar el tamaño en texto personalizado por (//) antes (/)
0.0.7 #
Se agrego que ahora se detecta el estado del bluetooth getBluetoothState
0.0.6 #
Se agrego que ahora se detecta claramente el estado de la conexion
0.0.5 #
Se agrego la opcion de detectar la conexion de la impresora con el metodo estadoConexion
0.0.4 #
Se agrego que la el metodo getNivelbateria retorne un int
0.0.3 #
cambio del contexto para no causar conflictos con otros paquetes