updaterpro 0.0.3 copy "updaterpro: ^0.0.3" to clipboard
updaterpro: ^0.0.3 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 Dart:

 $ dart pub add updaterpro

With Flutter:

 $ flutter pub add updaterpro

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

dependencies:
  updaterpro: ^0.0.3

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: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
0
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, http, install_plugin, package_info_plus, path_provider, platform

More

Packages that depend on updaterpro