velopack_flutter 0.2.0 copy "velopack_flutter: ^0.2.0" to clipboard
velopack_flutter: ^0.2.0 copied to clipboard

A flutter implementation of Velopack to enable easy distribution and auto-updates for flutter apps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add velopack_flutter

With Flutter:

 $ flutter pub add velopack_flutter

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

dependencies:
  velopack_flutter: ^0.2.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:velopack_flutter/velopack_flutter.dart';
8
likes
0
points
1.11k
downloads

Publisher

verified publisherkukuk.me

Weekly Downloads

A flutter implementation of Velopack to enable easy distribution and auto-updates for flutter apps

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge, hooks, native_toolchain_rust, plugin_platform_interface

More

Packages that depend on velopack_flutter