skale_kit 1.0.5
skale_kit: ^1.0.5 copied to clipboard
Flutter plugin for Skale smart coffee scales. Connect, monitor weight, tare, and receive button events via Bluetooth Low Energy.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.5 - 2025-12-15 #
Fixed #
- Fixed Android build error with deprecated package attribute in AndroidManifest.xml
- Fixed Android AAR dependency resolution using local Maven repository
- Changed Android namespace configuration for AGP 8.0+ compatibility
1.0.4 - 2025-12-15 #
1.0.0 - 2025-12-15 #
Added #
- Initial release
- Real-time weight streaming via
weightStream - Connection state monitoring via
connectionStateStream - Button event detection via
buttonStream - Device discovery via
deviceStream - Native device picker UI (
showDevicePicker()) - Tare function (
tare()) - Battery level reading (
getBatteryLevel()) - LED display control (
setLEDDisplay()) - iOS only - Auto-connect feature (
setAutoConnect()) - Comprehensive error handling with typed exceptions
- Support for iOS 12.0+ and Android API 21+
- Example app demonstrating all features