Trying to find the answer using Google search was a problem for me. This is really surprising. I want to be able to copy and paste TextField contents between different TextField's.
Asked
Active
Viewed 1,827 times
1
-
get your texfield value from textfieldcontroller and set value of other textfield – anggadaz May 18 '22 at 08:24
2 Answers
0
use Clipboard
Clipboard.setData(ClipboardData(text: name_cont.text))
This answer may help you: https://stackoverflow.com/a/46260376/1136999

Mohamed Amin
- 997
- 2
- 12
- 29