본문 바로가기

CS/Flutter | Dart

캘린더 일정관리 앱 #3

custom_textField.dart

왜 파일 이름 저렇게 지었냐 나자신..

키패드 부분 작성해준다

텍스트필드 스타일 지정해준 건데 그냥 내 맘 가는데로 해버렸다

https://stackoverflow.com/questions/49257641/how-can-i-make-rounded-textfield-in-flutter

 

How can I make rounded TextField in flutter?

Material Design for iOS doesn't look good, especially the TextField. So is there any way to create your own ? Or Is ther any way to add some styling to TextField so it will look rounded ?

stackoverflow.com

텍스트필드 모서리 라운드로 하고 싶어서 서치하다가

텍스트필드 안에 힌트 넣어주는 것도 해보고..

 

 

 

schedule_btm_sheet.dart

시작 시간과 마치는 시간 텍스트필드 클래스

 

 

 

schedule_btm_sheet.dart

내용 텍스트 필드 클래스와 카테고리 색 지정하는 클래스

 

 

 

schedule_btm_sheet.dart

저장 버튼 클래스

 

 

 

schedule_btm_sheet.dart

지금까지의 구성은 이렇다

 

 

 

 

 

 

 

 

 

'CS > Flutter | Dart' 카테고리의 다른 글

캘린더 일정관리 앱 #5  (8) 2023.08.18
캘린더 일정관리 앱 #4  (12) 2023.08.18
캘린더 일정관리 앱 #2  (12) 2023.08.17
캘린더 일정관리 앱 #1  (5) 2023.08.14
영상통화 앱  (1) 2023.08.07

Tiny Star