EN | RU

share_plus_aurora

Original Readme.

Description

The Aurora implementation of share_plus.

A Flutter plugin to share content from your Flutter app via the Aurora OS share dialog.

Quickstart: Basic Usage Example

import 'package:share_plus/share_plus.dart';

final files = [XFile('/path/to/file.png'), XFile('/path/to/file.png')];
final result = await SharePlus.instance.share(
  ShareParams(
    files: files,
    subject: 'Sample Image from Aurora OS',
    text: 'Check out this beautiful Aurora image!',
  ),
);
debugPrint(result.status.toString());

Contents

Installation and build

pubspec.yaml

dependencies:
 share_plus: ^10.1.1
 share_plus_aurora:
   git:
     url: https://developer.auroraos.ru/git/flutter/flutter-community-plugins/share_plus_aurora.git

Compatibility

The plugin has been working correctly since the 5.0.0 version of the Aurora OS.

Terms of Use and Participation

The source code of the project is provided under the license, that allows it to be used in third-party applications.

To participate in the development of the project, please read the contributor agreement. If you plan to contribute your own source code to the project, you will need to accept the CLA agreement.

For information about contributors see AUTHORS.

Code of conduct is a current set of rules of the Open Mobile Platform which informs you how we expect the members of the community will interact while contributing and communicating.