일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- GitHub
- MSSQL
- 깃허브
- Maui
- 플러터
- MVVM
- typescript
- 함수
- 애니메이션
- 마우이
- React JS
- HTML
- page
- .NET
- 오류
- JavaScript
- 리엑트
- 닷넷
- 자바스크립트
- Animation
- listview
- 바인딩
- Binding
- spring boot
- Flutter
- db
- 파이어베이스
- AnimationController
- MS-SQL
- Firebase
Archives
- Today
- Total
목록폰트 적용 (1)
개발노트
39. [Flutter] Google Font 사용하기(TextStyle 통일하기 + Typography)
Google Font Google Font에서 원하는 Font를를 적용하는 2가지 방법을 설명드리겠습니다. 1. Material Design 2 에서 Code Generator로 생성된 Code를 사용하는 방법 2. 구글 폰트에서 원하는 폰트를 가져오는 방법 + 번외편: 위 과정이 다 귀찮고 나는 TextStyle을 통일하기만 하면된다면, Typography 를 사용하는 방법 우선 pub에 들어가서 Google Font 패키지를 프로젝트에 설치합니다. pub 설치링크: https://pub.dev/packages/google_fonts/install google_fonts | Flutter Package A Flutter package to use fonts from fonts.google.com. Su..
앱 개발/Flutter
2023. 10. 18. 11:22