Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Follow publication

Member-only story

Top 5 Flutter Icon Packages for Daily Use: Enhance Your App’s UI

Raghav Joshi
Bootcamp
Published in
4 min readDec 7, 2021

Not a Medium Member yet? No worries, you can still read this article for free using my Friend Link

Discover 5 essential Flutter icon packages that can elevate your app’s design. Perfect for daily use, these icons will make your UI sleek and standout!

Display image that shows multiple icons.

So you’re building apps in Flutter and find the default Material Icons too ugly for your project? No worries, pub.dev has got you covered!

There are lots of icon libraries that you wish to use but you are too lazy(like me) to download them and then generate them as icons and then use them on your project. That’s a hell of a lot of tedious stuff.

So today, I’ll introduce you to my favorite libraries that I use as my daily driver and can be used in Flutter.

1. Feather Icons

Homepage of FeatherIcons
https://feathericons.com/

What I love about Feather Icons is that their icons have rounded corners that give the perfect touch to the app. You can go to the website & search for your desired icons which helps a lot.

Fortunately, we have a package in Flutter called flutter_feather_icons. And yes, it has null safety, so you don’t have to worry about handling issues that you find importing with other outdated packages.

Code for implementing FeatherIcons in Flutter.

2. Unicons

Homepage of Unicons
https://iconscout.com/unicons/explore/line

FeatherIcons used to be my favorite icon package until I found this gem. Feather Icons misses variations and the library was not as huge as this. Feather Icons are still good when you don’t want to get confused. But when you need more variants, the Unicons are best.

So here we have unicons package for flutter that has null safety.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Bootcamp
Bootcamp

Published in Bootcamp

From idea to product, one lesson at a time. To submit your story: https://tinyurl.com/bootspub1

Responses (1)