flutter_version_checker_package 0.0.2 copy "flutter_version_checker_package: ^0.0.2" to clipboard
flutter_version_checker_package: ^0.0.2 copied to clipboard

With this package, you will be able to verify the version that your users are running and thus analyze if they need to update to a newer version.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_version_checker_package

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

dependencies:
  flutter_version_checker_package: ^0.0.2

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:flutter_version_checker_package/flutter_version_checker_package.dart';
1
likes
130
points
25
downloads

Publisher

verified publisherfedericojuretich.com

Weekly Downloads

With this package, you will be able to verify the version that your users are running and thus analyze if they need to update to a newer version.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus

More

Packages that depend on flutter_version_checker_package