peengle/line_awesome_flutter
Flutter 아이콘으로 제공되는 Line Awesome 아이콘 팩입니다. 앱에서 사용할 수 있는 추가 아이콘이 1542개 있습니다.
- Stars
- 16
- Forks
- 3
- 최근 푸시(UTC)
- 2024. 5. 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