click_to_copy 0.0.1 copy "click_to_copy: ^0.0.1" to clipboard
click_to_copy: ^0.0.1 copied to clipboard

A flutter plugin for clipboard copy and paste.

ClickToCopy #

Before Use: #

import 'package:click_to_copy/click_to_copy.dart';

To Copy to clipboard #

  await ClickToCopy.copy(_controller1.text.trim());

To Paste from clipboard #

  await ClickToCopy.paste().then((value) {
        if (value.isNotEmpty) {
            // You will get your value here copied from clipboard.
        }
    });
5
likes
110
pub points
63%
popularity

Publisher

unverified uploader

A flutter plugin for clipboard copy and paste.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on click_to_copy