flutter_ota_kit_client 0.1.4 copy "flutter_ota_kit_client: ^0.1.4" to clipboard
flutter_ota_kit_client: ^0.1.4 copied to clipboard

Server-API client for flutter_ota_kit — maps the hot-updater-compatible update-check HTTP contract to a PatchInfo the device SDK can install.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_ota_kit_client

With Flutter:

 $ flutter pub add flutter_ota_kit_client

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

dependencies:
  flutter_ota_kit_client: ^0.1.4

Alternatively, your editor might support dart pub get or 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_kit_client/flutter_ota_kit_client.dart';
0
likes
160
points
151
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Server-API client for flutter_ota_kit — maps the hot-updater-compatible update-check HTTP contract to a PatchInfo the device SDK can install.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter_ota_kit_core

More

Packages that depend on flutter_ota_kit_client