ota_update 7.0.1 copy "ota_update: ^7.0.1" to clipboard
ota_update: ^7.0.1 copied to clipboard

PlatformAndroid

A Flutter plugin providing ota updates for Android and iOS, with download progress (Android only)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ota_update
copied to clipboard

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

dependencies:
  ota_update: ^7.0.1
copied to clipboard

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:ota_update/ota_update.dart';
copied to clipboard
292
likes
150
points
7.12k
downloads

Publisher

verified publisher4q.eu

Weekly Downloads

2024.09.13 - 2025.03.28

A Flutter plugin providing ota updates for Android and iOS, with download progress (Android only)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ota_update