auto_updater 1.0.0 copy "auto_updater: ^1.0.0" to clipboard
auto_updater: ^1.0.0 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: ^1.0.0

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';
205
likes
130
points
21.6k
downloads

Documentation

API reference

Publisher

verified publisherleanflutter.dev

Weekly Downloads

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

Repository (GitHub)

Topics

#auto-updater

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

Packages that implement auto_updater