native_widgets icon indicating copy to clipboard operation
native_widgets copied to clipboard

Text of NativeDialogAction should be uppercase if using material

Open cbenhagen opened this issue 6 years ago • 6 comments
trafficstars

cbenhagen avatar Sep 08 '19 15:09 cbenhagen

Can you make a PR?

rodydavis avatar Dec 31 '19 00:12 rodydavis

Hi @rodydavis , can I take this up?

fayaz07 avatar Oct 02 '20 10:10 fayaz07

You can!

rodydavis avatar Oct 02 '20 17:10 rodydavis

Thanks @rodydavis , I guess the only way where I can achieve this is by adding .toUpperCase() wherever NativeDialogAction is being used, as the NativeDialogAction is const. Shall I go ahead with this or if there is any other strategy please let me know.

fayaz07 avatar Oct 03 '20 06:10 fayaz07

That works for me!

rodydavis avatar Oct 03 '20 13:10 rodydavis

Thanks @rodydavis . I will do the rest!

fayaz07 avatar Oct 03 '20 14:10 fayaz07