share_plus_aurora 0.0.1-alpha2 copy "share_plus_aurora: ^0.0.1-alpha2" to clipboard
share_plus_aurora: ^0.0.1-alpha2 copied to clipboard

Aurora implementation of the share_plus plugin.

share_plus_aurora #

The Aurora implementation of share_plus.

Usage #

This package is not an endorsed implementation of share_plus. Therefore, you have to include share_plus_aurora alongside share_plus as dependencies in your pubspec.yaml file.

*.desktop

Permissions=Sharing

*.spec

BuildRequires: pkgconfig(Qt5DBus)

pubspec.yaml

dependencies:
  share_plus: ^7.0.0
  share_plus_aurora:
    git:
      url: https://gitlab.com/omprussia/flutter/flutter-plugins.git
      ref: share_plus-0.0.1
      path: packages/share_plus/share_plus_aurora

*.dart

import 'package:share_plus/share_plus.dart';

await Share.shareXFiles([XFile(file.path)]);

//Deprecated. Use shareXFiles instead.
await Share.shareFilesWithResult([file.path]);

//Deprecated. Use shareXFiles instead.
await Share.shareFiles([file.path]);
1
likes
110
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Aurora implementation of the share_plus plugin.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dbus, flutter, share_plus_platform_interface

More

Packages that depend on share_plus_aurora

Packages that implement share_plus_aurora