desktop_updater 2.4.6-inno.0 copy "desktop_updater: ^2.4.6-inno.0" to clipboard
desktop_updater: ^2.4.6-inno.0 copied to clipboard

Sparkle-style auto-updates for Flutter desktop apps with verified releases, release CLI, built-in UI, and Windows/macOS/Linux support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add desktop_updater

With Flutter:

 $ flutter pub add desktop_updater

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

dependencies:
  desktop_updater: ^2.4.6-inno.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:desktop_updater/desktop_updater.dart';
47
likes
0
points
4k
downloads

Publisher

verified publisherradlof.com

Weekly Downloads

Sparkle-style auto-updates for Flutter desktop apps with verified releases, release CLI, built-in UI, and Windows/macOS/Linux support.

Repository (GitHub)
View/report issues

Topics

#updater #desktop-updater #auto-updater #flutter-desktop #sparkle-alternative

License

unknown (license)

Dependencies

archive, args, crypto, cryptography_plus, flutter, http, path, plugin_platform_interface, pub_semver, pubspec_parse, yaml

More

Packages that depend on desktop_updater

Packages that implement desktop_updater