flutter_image_clipboard 1.0.0 copy "flutter_image_clipboard: ^1.0.0" to clipboard
flutter_image_clipboard: ^1.0.0 copied to clipboard

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

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.

16
likes
150
points
433
downloads

Publisher

verified publishernumanshakir.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_image_clipboard