0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.