Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget instead of Icon? #3

Open
dkobia opened this issue Mar 29, 2019 · 7 comments
Open

Widget instead of Icon? #3

dkobia opened this issue Mar 29, 2019 · 7 comments

Comments

@dkobia
Copy link

dkobia commented Mar 29, 2019

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

@furkantektas
Copy link
Owner

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.

@seydobassam
Copy link

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

@mohanedy
Copy link

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

@furkantektas
Copy link
Owner

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

@mohanedy
Copy link

mohanedy commented Sep 29, 2019

@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

@furkantektas
Copy link
Owner

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

@cgestes
Copy link

cgestes commented Nov 21, 2019

Did anyone implemented it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants