peengle/line_awesome_flutter
Flutterアイコンとして利用可能なLine Awesomeアイコンパック。アプリで使用できる追加のアイコンが1542個あります。
- Stars
- 16
- Forks
- 3
- 最終プッシュ(UTC)
- 2024/05/17
- プロジェクト状態
- 公開中
言語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