/flutter_share_file

Primary LanguageObjective-CMIT LicenseMIT

flutter_share_file

A new flutter plugin to share files. Only Image sharing for Now.

Usage Example

import toggle_button.dart

import 'package:flutter_share_file/flutter_share_file.dart';

For Toggle Button.

    FlutterShareFile.shareImage(path, 'image.png');