From ec14c8c522bebe801a9a4c3dfbbeb1f53262c03f Mon Sep 17 00:00:00 2001 From: Feng Qiang <498460828@qq.com> Date: Tue, 23 Apr 2019 17:46:04 +0800 Subject: [PATCH 1/2] Add Flutter library relative (#179) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7951381..556c97b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,11 @@ Check platform folders for mode details about compatibility for each library. A library for both iOS and Android that is based on this library is available for React Native: [react-native-nordic-dfu](https://github.com/Pilloxa/react-native-nordic-dfu) +### Flutter + +A library for both iOS and Android that is based on this library is available for Flutter: +[flutter-nordic-dfu](https://github.com/fengqiangboy/flutter-nordic-dfu) + ### Resources - [DFU Introduction](http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/examples_ble_dfu.html?cp=6_0_0_4_3_1 "BLE Bootloader/DFU") From d92a57d856921e23201aa5c9ac688b540fba66ed Mon Sep 17 00:00:00 2001 From: Chris Guidry Date: Tue, 13 Aug 2019 15:36:44 -0400 Subject: [PATCH 2/2] Added permission for FOREGROUND_SERVICE. (#200) This permission is required for [apps targeting API level 28+](https://developer.android.com/about/versions/pie/android-9.0-changes-28). --- dfu/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dfu/src/main/AndroidManifest.xml b/dfu/src/main/AndroidManifest.xml index e1ad77c..4e6b81e 100644 --- a/dfu/src/main/AndroidManifest.xml +++ b/dfu/src/main/AndroidManifest.xml @@ -3,4 +3,5 @@ +