updaterpro 0.0.9 copy "updaterpro: ^0.0.9" to clipboard
updaterpro: ^0.0.9 copied to clipboard

A package to check for the custom in-app updates for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add updaterpro

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

dependencies:
  updaterpro: ^0.0.9

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:updaterpro/model/update_model.dart';
import 'package:updaterpro/model/version_model.dart';
import 'package:updaterpro/updater.dart';
import 'package:updaterpro/utils/constants.dart';
1
likes
150
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A package to check for the custom in-app updates for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, install_pluginpro, package_info_plus, path_provider, platform

More

Packages that depend on updaterpro