Last updated:
0 purchases
share plus aurora
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
copied to clipboard
*.spec
BuildRequires: pkgconfig(Qt5DBus)
copied to clipboard
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
copied to clipboard
*.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]);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.