flutter_image_clipboard

A Flutter plugin that enables copying images to the clipboard on Android and IOS devices.

Overview

This plugin simplifies the process of copying images to the system clipboard in Flutter apps, facilitating seamless integration with other applications and services.

Features

  • Copy Image to clipboard for both android and ios
  • Easy way to copy image

How to Use

  1. Install the package name to pubspec.yaml
    flutter_image_clipboard: ^1.0.0
    
  2. import the package to file
    import 'package:flutter_image_clipboard/flutter_image_clipboard.dart';
    
  3. Call the function
FlutterImageClipboard flutterImageClipboard = FlutterImageClipboard();
flutterImageClipboard.copyImageToClipboard(imageFile);
  1. Run the App

Supported Platforms

  • Android
  • IOS

Please note that this plugin is only available for Mobile.

Contact

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on Github.

License

Distributed under the MIT License. See License for more information.