auto_updater_platform_interface 1.0.0 copy "auto_updater_platform_interface: ^1.0.0" to clipboard
auto_updater_platform_interface: ^1.0.0 copied to clipboard

A common platform interface for the auto_updater plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_updater_platform_interface
copied to clipboard

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

dependencies:
  auto_updater_platform_interface: ^1.0.0
copied to clipboard

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_platform_interface/auto_updater_platform_interface.dart';
copied to clipboard
0
likes
150
points
5.75k
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

2024.09.17 - 2025.04.01

A common platform interface for the auto_updater plugin.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on auto_updater_platform_interface