If you have a designer or your company has designers,
you may need to use customIcons on the app you are building.
I can teach you how to use custom Icons in flutter
1. go to https://fluttericon.com/
2. Drag (put on) your Icon's SVG file on that web site
3. Select a Icon that you added, click download button on the right top.
4. you get ttf file & dart file.
this is my path
font file: D:\Flutter\nininaenae_git\nininaenae_git\fonts
dart file: D:\Flutter\nininaenae_git\nininaenae_git\lib\custom_flutter\icons
in the dart file, you can learn what to add on your yami file.
add it at yami
pubget
import 'package:your project name/custom_flutter/icons/custom_icons_icons.dart';
at your dart file using custom icon
use it
now you can use custom Icon!
break your leg!
byebye
'안드로이드 > Flutter' 카테고리의 다른 글
Dart - What is < > in dart language? (0) | 2020.05.19 |
---|---|
github에서 라이브러리를 가져오는 방법 (0) | 2020.05.15 |
플러터 비동기 post방식 사용법 (0) | 2020.05.12 |
flutter dialog width change (0) | 2020.05.11 |
Taps, drags, and other gestures (0) | 2020.05.07 |