flutter-nordic-dfu icon indicating copy to clipboard operation
flutter-nordic-dfu copied to clipboard

Flutter Nordic dfu

Results 12 flutter-nordic-dfu issues
Sort by recently updated
recently updated
newest added

As discussed in the [Android-DFU-Library github page issue 315](https://github.com/NordicSemiconductor/Android-DFU-Library/issues/315), there was an issue with the library on Android 12, which by now is fixed and the fix is released. This...

When running a simple DFU using a Firmware homemade. The firmware DFU is working fine with NRF Connect, but I need to turn Alternative Advertising Mode off. ```5E5B33DD-07EC-020F-639B-4FCB80E3763A onDeviceConnecting 5E5B33DD-07EC-020F-639B-4FCB80E3763A...

This updates the compile sdk to 31 and changes a few dependencies.

Hi, Since [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API) is now supported in most browsers, I was wondering if you are planning to make this package also available in web. Cheers

The current lib is pointing to iOS lib 4.5.1, latest version is 4.9. This causes a huge problem on DFU while running on iPhone 11, iOS 13.5.1. I've forked the...

We are actively using this package. Can you please update? Thanks Log: To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android...

In the Flutter, it seems that only few events are fired during DFU, in my case, they are `onDfuProcessStarting`, `onProgressChanged` and `onDfuCompleted`. `onError` gets called in the native layer, but...

Hi! Master branch already has support for Android embedding v2, but the latest release (v3.0.0) doesn't. Can you please push a new release with embedding v2?

The stack trace of the app: ``` I/DfuBaseService(12097): DFU service created. Version: 1.10.1 I/DfuBaseService(12097): Starting DFU service in foreground I/DfuBaseService(12097): Connecting to the device... D/BluetoothGatt(12097): connect() - device: FF:86:28:CB:AA:04, auto:...