pakage 썸네일형 리스트형 [PAKAGE] 유용한 PAKAGE 모음집 1. round check box - CheckBox를 custom 해서 사용할 수 있는 Pakage 이다. 🔗 https://pub.dev/packages/roundcheckbox roundcheckbox | Flutter Package Package to make easier the proccess of creating a round circle box. The component created is fully customizable to your needs. pub.dev 더보기 [PAKAGE] Google_fonts Google_fonts pakage는 다양하고 이쁜 구글의 폰트들을 무료로 사용할 수 있게 해준다..!! (너무 좋고..) 그렇다면! 코드를 통해서 사용법에 대해서 알아보자!! Text에서 사용하기 아래와 같이 바로 적용할 수 있다. Text( 'This is Google Fonts', style: GoogleFonts.lato( textStyle: Theme.of(context).textTheme.headline4, fontSize: 48, fontWeight: FontWeight.w700, fontStyle: FontStyle.italic, ), ), Global에서도 사용하고 싶지 않을까?? Global에서 사용하기 - AppTheme MaterialApp( theme: ThemeData( text.. 더보기 이전 1 다음