mcumgr_flutter 0.6.1
mcumgr_flutter: ^0.6.1 copied to clipboard
nRF Connect Device Manager library is a Flutter plugin based on Android and iOS nRF Connect Device Manager libraries.
0.6.1 #
FS Manager added (#101) Updated to Flutter >=3.7.2 Migration from flutter_archive to archive package (#102) Android compileSdk set to 36 Other dependencies updated (#102 and #100) rxdart updated to 0.28.0 (#95)
0.4.2 #
fix(#84): thanks to @hkm5558
0.4.1 #
Prevent request Bluetooth permission on iOS until it is required (#81):
0.4.0 #
0.3.3 #
Feature/config for single image update (#61)
- Added configuration parameter for single image update to protobuf definition
- Added configuration parameter in ios code
- Added configuration parameter in android
- Added configuration parameter in flutter
0.3.0+1 #
- New Log System
- Method
FirmwareUpdateManager.updateWithImageData
added to update firmware with single image data (Single Core)
0.2.0+1 #
- Direct XIP support added
FirmwareUpgradeMode
can be passed as a parameter toFirmwareUpgradeConfiguration
.- Upgraded dependencies.
0.1.1+1 #
- First public beta release
- Added library to pub.dev