Flutter_Pinput
Flutter_Pinput copied to clipboard
How to custom paste button
trafficstars
Is your feature request related to a problem? Please describe. Hey i still searching for the custom the paste button. Is it possible?
Hey @ruslanouv2,
- from version ^3.0.1 you can use
[contextMenuBuilder](https://api.flutter.dev/flutter/material/TextField/contextMenuBuilder.html)to customize the toolbar options. - You can set
toolbarEnabledtofalseand passonLongPresscallback and then show your custom dialog