flutter_jl_ota 1.0.4
flutter_jl_ota: ^1.0.4 copied to clipboard
A Flutter plugin for Over-The-Air (OTA) firmware updates targeting JL (JieLi) chipsets. Supports Android and iOS platforms with progress callbacks and error handling.
Changelog #
1.0.4 #
Added #
- Add
stopScan,isOtaUpdateInProgress,getSdkVersion, optionaldeviceName, and typedOtaProgresscallbacks. - Add Dart tests for MethodChannel calls and OTA progress parsing.
Changed #
- Sync bundled iOS JL OTA frameworks with the official
JL_OTA_Flutterpackage:JL_OTALib 2.3.1,JL_BLEKit 1.13.0,JL_AdvParse 1.1.1, andJL_HashPair 1.0.2. - Keep Android on the local newer
jl_bt_ota_V1.10.0_10932AAR while adding official-inspired native methods. - Redesign the package documentation in English and remove Chinese comments from the public plugin source.
Fixed #
- Register the iOS OTA progress callback before starting an update.
- Start Android OTA once the connection becomes ready instead of waiting for a second connection callback.