Ataíde Neto
Ataíde Neto
Have the same issue here. Hope it get fixed soon. Thanks for the great work!
Same here, Using shareOptions no image is sent to WhatsApp on iOS. Didn't try shareWhatsapp though...
I'm doing it manually. However it would be a great feature. Hope you can release it soon. Thanks for the great job!!
Set the 'key' parameter to GlobalKey(). Ex: `MultiSelectChipField( key: GlobalKey(), )`
> @asanet Can You help me in programmatically change the selected items? Hi @prkhrv ! I am doing this way: ``` MultiSelectChipField( key: GlobalKey(), // You must set the key...