09.11

깃허브 osamhack2021에 가입하고, 프로젝트를 만들고 초기화를 해주었다.


09.13

메인 페이지 만들기를 시작했다.

pubspec.yaml dependencies에 table_calendar: ^3.0.2를 추가해주었다.

GitHub - aleksanderwozniak/table_calendar: Highly customizable, feature-packed calendar widget for Flutter

dependencies:
  flutter:
    sdk: flutter
  table_calendar: ^3.0.2

추가로 다음 블로그에서 example들을 잘 소개해주고 있다.

[flutter] table_calendar builders example

vi ~/.bashrc로 runflutter alias를 추가 해주었다.

alias runflutter="flutter run -d web-server --web-hostname=0.0.0.0"

디버그 창은 포트 탭에 포트 열린거 들어가면 되고, 핫 리로드는 터미널에 r키를 누르고 디버그 창을 새로고침 하면 된다.

table-calendar 을 넣고 커밋 "calendar - import table calendar"을 했다.

현재 날짜가 연하게 표시되고 선택된 날짜가 진하게 표시된다.

하단에 수정하기 버튼을 위치했다.

한국어로 뜨는걸 원해서 intl 패키지를 설치했다.

intl: ^0.17.0