flutter_sparkle 0.0.1 copy "flutter_sparkle: ^0.0.1" to clipboard
flutter_sparkle: ^0.0.1 copied to clipboard

PlatformmacOS
outdated

A flutter plugin implements sparkle

flutter_sparkle #

A flutter plugin to check update and install your macOS app which use Sparkle.

Just support for macOS platform.

Setup #

  • Enable network connections for your app
  • Run ./bin/generate_keys tool (from the Sparkle distribution root) to generate public key.
  • Add your public key to your app’s Info.plist as a SUPublicEDKey property

Usage #

Import flutter_sparkle plugin

import 'package:flutter_sparkle/flutter_sparkle.dart';

Pass your appcast.xml url to checkMacUpdate method.

 FlutterSparkle.checkMacUpdate('https://test.asfarastheeyecansee.cn/get/mac/version');

All done.

8
likes
130
points
42
downloads

Publisher

verified publisherthyhates.com

Weekly Downloads

A flutter plugin implements sparkle

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_sparkle