반응형
void main() {
runApp(MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
fontFamily: 'NotoSans',
),
home: HomeScreen(),
)
);
}
반응형
'Flutter > Flutter 기본' 카테고리의 다른 글
[Flutter] switch-case Distructure(구조분해) (1) | 2023.08.09 |
---|---|
[Flutter] Horizontal viewport was given unbounded height (0) | 2023.06.28 |
[Flutter] asset(img, font등록) (0) | 2023.05.26 |
[Flutter] permission_handler ios 권한 설정 (0) | 2023.05.26 |
[Flutter] android, ios 플러그인 권한 설정 (0) | 2023.05.26 |