version_check 0.7.1 copy "version_check: ^0.7.1" to clipboard
version_check: ^0.7.1 copied to clipboard

Check iOS/Android/Mac store version and provide update alert if update is available.

version_check #

pub package

Check iOS/Android/Mac store app version and provide update alert if neccessary.

Usage #

import 'package:version_check/version_check.dart';

  final versionCheck = VersionCheck();

  @override
  void initState() {
    super.initState();
    checkVersion();
  }

  Future checkVersion() async {
    await versionCheck.checkVersion(context);
  }
35
likes
120
pub points
91%
popularity

Publisher

verified publishermix1009.com

Check iOS/Android/Mac store version and provide update alert if update is available.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, html, http, package_info_plus, url_launcher

More

Packages that depend on version_check