mcumgr_flutter 0.8.1
mcumgr_flutter: ^0.8.1 copied to clipboard
nRF Connect Device Manager library is a Flutter plugin based on Android, iOS and MacOS nRF Connect Device Manager libraries.
0.8.1 #
- Unused dependency to
tupleremoved
0.8.0 #
- Added support for MacOS (#114)
0.7.1 #
- fix(ios): serialize FlutterMethodCall before passing to Flutter (#112)
- fix(ios): ensure Flutter event channels are called on main thread (#113)
0.7.0 #
- Lazy initialize
CBCentralManagerinFsManager(#110) - nRF Connect Device Manager updated to 1.12 (iOS) and 2.7.4 (Android)
- Support for DFU using a Firmware Loader
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.updateWithImageDataadded to update firmware with single image data (Single Core)
0.2.0+1 #
- Direct XIP support added
FirmwareUpgradeModecan be passed as a parameter toFirmwareUpgradeConfiguration.- Upgraded dependencies.
0.1.1+1 #
- First public beta release
- Added library to pub.dev