click_to_copy

Creator: coderz1093

Last updated:

0 purchases

click_to_copy Image
click_to_copy Images

Languages

Categories

Add to Cart

Description:

click to copy

ClickToCopy #
Before Use: #
import 'package:click_to_copy/click_to_copy.dart';
copied to clipboard
To Copy to clipboard #
await ClickToCopy.copy(_controller1.text.trim());
copied to clipboard
To Paste from clipboard #
await ClickToCopy.paste().then((value) {
if (value.isNotEmpty) {
// You will get your value here copied from clipboard.
}
});
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.