timeline_list icon indicating copy to clipboard operation
timeline_list copied to clipboard

Widget instead of Icon?

Open dkobia opened this issue 5 years ago • 7 comments

I'd love to be able to use an image instead of an icon. ImageIcon alone would suffice.

dkobia avatar Mar 29 '19 14:03 dkobia

Definitely, it'd be great. ImageIcon may work for most of the cases but a widget under aConstrainedBox may fit better for general usage. What do you think?

I may not implement such a feature in near future, you can send a PR if it's urgent for your case.

furkantektas avatar Apr 26 '19 17:04 furkantektas

Hi, it'd be great to have ImageIcon instead of Icon.

seydobassam avatar May 13 '19 10:05 seydobassam

is there any way yet to use text widget instead of icon ?

mohanedy avatar Sep 26 '19 04:09 mohanedy

@Mohanedy98 currently not possible. You may modify the plugin, it would work since Icon is basically a TextView.

furkantektas avatar Sep 27 '19 03:09 furkantektas

@Mohanedy98 currently not possible. You may modify the plugin, it would work since Icon is basically a TextView.

@furkantektas What should I change to be able to use text instead as I am still beginner in flutter and it's urgent for me to use it like that

mohanedy avatar Sep 29 '19 18:09 mohanedy

@Mohanedy98 you can change the Icon widget here to Text Widget.

furkantektas avatar Sep 30 '19 06:09 furkantektas

Did anyone implemented it?

cgestes avatar Nov 21 '19 15:11 cgestes