flutter_ota 1.0.0 copy "flutter_ota: ^1.0.0" to clipboard
flutter_ota: ^1.0.0 copied to clipboard

Ship firmware without a cable — OTA updates for ESP32-class BLE devices (ESP-IDF/Arduino). MQTT and Wi-Fi HTTP/HTTPS support are planned.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ota

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_ota: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_ota/flutter_ota.dart';
22
likes
150
points
220
downloads
screenshot

Documentation

API reference

Publisher

verified publishersparkleo.io

Weekly Downloads

Ship firmware without a cable — OTA updates for ESP32-class BLE devices (ESP-IDF/Arduino). MQTT and Wi-Fi HTTP/HTTPS support are planned.

Repository (GitHub)
View/report issues
Contributing

Topics

#bluetooth #ble #ota #iot #esp32

License

unknown (license)

Dependencies

crypto, file_picker, flutter, flutter_blue_plus, http, logger

More

Packages that depend on flutter_ota