i want to use Buttonless Dfu in flutter without any library , there is already one for Android+ios , but i wanted to implement for all platforms , so expecting that i can connect/read/write and set notifications by using ble , is there any tutorial or something if i can implement dfu by using these ble read/write and notifications only
or if someone can list setps like
write command 0x0... to enter in Bootloader
then when device is in bootloader
set notification for 0x0.... characteristics
and and send zip file to .... this char.
something like this ,it would be really helpfull