FLUTTER ECOSYSTEM

peengle/line_awesome_flutter

作為 Flutter 圖標提供的 Line Awesome 圖標套件。為您的應用程式提供 1542 個額外圖標。

line_awesome_flutter 專案封面
Stars
16
Forks
3
最近推送(UTC)
2024年5月17日
專案狀態
未封存
peengle GitHub avatar
GITHUB User

peengle ↗

Poland
語言Dart

使用的依賴

依賴清單 2 項
  • flutter{"sdk":"flutter"}
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

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_solid);
...

Credits

  • https://icons8.com/line-awesome

Line Awesome