Today’s Flutter Talks: When you build an app you may use different types of icons in your app for the UI. For that, you may use some of the best flutter UI packages in your app pubspec file. There are many awesome flutter packages available in the pub.dev. How to add icons in the Flutter project. add custom icon flutter. Therefore, In this article, we have listed some of the best flutter icon packages.
Flutter is growing its popularity people are using Google Flutter UI Toolkit for their app development.
Top 6 Best Flutter Custom Icons Package List
- Flutter Launcher Icon Package.
- Material Design Icons Package.
- Flutter Icon Package.
- The Font Awesome Icon pack.
- Flutter package for Typicons.
- flutter_icons Package.
1. Launcher Icons Package:
A package that simplifies the task of updating your Flutter app’s launcher icon. This package is one of the best icon packages for Flutter. This app launcher icon flutter package can be the best choice for you.
Add this to your package’s pubspec.yaml file:
dependencies:
flutter_launcher_icons: ^0.10.0
2. Material Design Icon Package:
Add this to your package’s pubspec.yaml file:
dependencies:
material_design_icons_flutter: ^4.0.5755
3. Customizable Flutter Icons:
Collection of Customizable Icons for Flutter, you can use over 3K+ icons in your Flutter project.
Add this to your package’s pubspec.yaml file:
dependencies:
flutter_icons: ^1.1.0
4. Flutter Font Awesome Package:
The Font Awesome Icon pack is available as a set of Flutter Icons. This is one of the awesome icon flutter packages for your app.
Based on Font Awesome 5.15.1. Includes all free icons:
- Regular
- Solid
- Brands
Installation:
In the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
font_awesome_flutter: ^8.10.0
5. Typions Pack:
Typions pack with the code to support flutter, easy to use, beautifully.
Install
dependencies:
typicons_flutter: ^0.4.2
6. flutter_icons:
This package is one of the best flutter packages. Best Customisable Icons for Flutter, Inspired by react-native-vector-icons. you can use over 3K+ icons in your Flutter project.
Install
dependencies:
flutter_icons: ^1.1.0