flineicons 0.1.1 flineicons: ^0.1.1 copied to clipboard
The complete LineAwesome Icon pack available as Flutter Icons.
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.
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
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'
-
Use is anywhere you can use an
IconData
such as in theIcon
widget. E.g.Icon(FLineIcons.facebook)