manageupgrades 0.0.4 copy "manageupgrades: ^0.0.4" to clipboard
manageupgrades: ^0.0.4 copied to clipboard

A Flutter package for managing app updates and maintenance mode with customizable UI. Supports both Android and iOS platforms with Google Play Store and App Store integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manageupgrades

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

dependencies:
  manageupgrades: ^0.0.4

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:manageupgrades/manageupgrades.dart';
1
likes
95
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for managing app updates and maintenance mode with customizable UI. Supports both Android and iOS platforms with Google Play Store and App Store integration.

Homepage

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

flutter, http, url_launcher

More

Packages that depend on manageupgrades