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
- Install the package name to pubspec.yaml
flutter_image_clipboard: ^1.0.0
- import the package to file
import 'package:flutter_image_clipboard/flutter_image_clipboard.dart';
- Call the function
FlutterImageClipboard flutterImageClipboard = FlutterImageClipboard();
flutterImageClipboard.copyImageToClipboard(imageFile);
- Run the App
Supported Platforms
- Android
- IOS
Please note that this plugin is only available for Mobile.
Contact
- Numan Shakir | Linkedin | Twitter | Instagram
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.