update_app_k 0.1.8 copy "update_app_k: ^0.1.8" to clipboard
update_app_k: ^0.1.8 copied to clipboard

Update the app, pass in the updated address, and update the app. The Android part is implemented using DownloadManager.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add update_app_k

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

dependencies:
  update_app_k: ^0.1.8

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:update_app_k/bean/download_process.dart';
import 'package:update_app_k/constant/argument_name.dart';
import 'package:update_app_k/constant/channel_name.dart';
import 'package:update_app_k/update_app.dart';
0
likes
150
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Update the app, pass in the updated address, and update the app. The Android part is implemented using DownloadManager.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on update_app_k

Packages that implement update_app_k