updat 1.2.0 copy "updat: ^1.2.0" to clipboard
updat: ^1.2.0 copied to clipboard

Updat is a simple-to-use reliable flutter-native updater that handles your application's updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add updat

With Flutter:

 $ flutter pub add updat

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

dependencies:
  updat: ^1.2.0

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:updat/updat.dart';
30
likes
0
pub points
87%
popularity

Publisher

verified publishereduardom.dev

Updat is a simple-to-use reliable flutter-native updater that handles your application's updates.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_markdown, http, path, path_provider, pub_semver, url_launcher, window_manager

More

Packages that depend on updat