TE-Flutter / eelspace

0 stars 0 forks source link

How to add social media icons to a screen #15

Open mrdavidorok opened 1 year ago

mrdavidorok commented 1 year ago

I want to be able to add social media icons to my about app page. When users click on it, they will be redirected to my business social media pages.

emilkharisov commented 1 year ago

You can use this package: https://pub.dev/packages/font_awesome_flutter

With this one, you can styles for the icon easily:

Icon(FontAwesomeIcons.facebook, color: widget.color, size: 16.0)