line_awesome_flutter 1.1.0-nullsafety copy "line_awesome_flutter: ^1.1.0-nullsafety" to clipboard
line_awesome_flutter: ^1.1.0-nullsafety copied to clipboard

outdated

The Line Awesome Icons pack for flutter. Provides 1542 additional icons to use in your apps.

line_awesome_flutter #

Icons library, based on Line Awesome Icons

The Line Awesome Icon pack available as Flutter Icons. Provides 1542 additional icons to use in your apps.

If you use the icons publicly, please link to https://icons8.com/line-awesome somewhere on your page or artwork, so that more creators could know about it and use it for free.

Installing #

Include line_awesome_flutter in your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  line_awesome_flutter: ^<latest-version>

If your IDE doesn't do it automatically, type:

flutter packages get

Using #

Import the package in your dart file and use Icon to get the actual icon widget:

import 'package:line_awesome_flutter/line_awesome_flutter.dart';
...
Icon _icon = Icon(LineAwesomeIcons.home);
...

Credits #

150
likes
0
pub points
97%
popularity

Publisher

unverified uploader

The Line Awesome Icons pack for flutter. Provides 1542 additional icons to use in your apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on line_awesome_flutter