Last updated:
0 purchases
flineicons
FLineIcons #
The complete LineAwesome Icon pack available as Flutter Icons.
Getting Started #
This plugin was created due to the massive pitfalls of exisiting Line Awesome flutter icon libraries for not keeping up to date with the complete icons list as well as missing almost all the very cool icons.
Line Awesome fonts by Icons8
You can visit the icons source project for a full list of all the available icons. I'll do my best to make sure this project is always up-to-date and in sync with the Icons8 project.
Installation #
Simply include the flineicons in your pubsec.yaml
dependencies:
flutter:
sdk: flutter
flineicons: ^0.1.1
copied to clipboard
Then run the flutter packages get command (some IDE's such as IntelliJ will prompt you to do this or do it for you automatically).
Usage #
Import the library
import 'package:flineicons/flineicons.dart'
copied to clipboard
Use is anywhere you can use an IconData such as in the Icon widget. E.g.
Icon(FLineIcons.facebook)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.