MaterialApp vs CupertinoApp
- MaterialApp은 Google의 디자인
- CupertinoApp은 Apple의 디자인
레이아웃 나누기
세로 : Row, 가로 : Column
자료 파일 추가시 pubspec.yaml 수정할것.
ex) assets 폴더가 주석 처리되어 있
SafeArea 위젯
: 핸드폰 화며 상단의 알림표시줄을 가리지 않게 하는 위젯
Text 위젲 사용 예시
Text("Woman", style: TextStyle(fontWeight: FontWeight.bold)),
'공부내용' 카테고리의 다른 글
다트문법_List<int> a = [0,0]; a == [0,0]; → false?? (2) | 2024.11.13 |
---|---|
dart문법_List.generate (0) | 2024.11.12 |
프로젝트 진행하며 배운 몇 가지들..(문법) (0) | 2024.11.08 |
다트문법_random함수 (0) | 2024.11.06 |
dart에서 파일 저장하기 (1) | 2024.11.05 |
댓글