flutter_desktop_updater 0.0.5 copy "flutter_desktop_updater: ^0.0.5" to clipboard
flutter_desktop_updater: ^0.0.5 copied to clipboard

Cross-platform auto-update system for Flutter desktop apps. Supports macOS, Windows, and Linux with smart permission handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_desktop_updater

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

dependencies:
  flutter_desktop_updater: ^0.0.5

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_desktop_updater/flutter_desktop_updater.dart';
2
likes
120
points
189
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform auto-update system for Flutter desktop apps. Supports macOS, Windows, and Linux with smart permission handling.

Repository (GitHub)
View/report issues

Topics

#auto-update #desktop #macos #windows #linux

Documentation

API reference

License

MIT (license)

Dependencies

archive, flutter, http, package_info_plus, path

More

Packages that depend on flutter_desktop_updater