auto_updater 0.2.1 copy "auto_updater: ^0.2.1" to clipboard
auto_updater: ^0.2.1 copied to clipboard

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_updater

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

dependencies:
  auto_updater: ^0.2.1

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:auto_updater/auto_updater.dart';
138
likes
130
pub points
92%
popularity

Publisher

verified publisherleanflutter.dev

This plugin allows Flutter desktop apps to automatically update themselves (based on sparkle and winsparkle).

Repository (GitHub)
View/report issues

Topics

#auto-updater

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_updater_macos, auto_updater_platform_interface, auto_updater_windows, flutter, json_annotation, path

More

Packages that depend on auto_updater