NomadfLUTTER study 2nd

Review guide

  1. fork this repository

  2. Add foreked repository to flutter project

git remote add review https://github.com/{githubId}/nlutter-study-2nd
  1. Create branch
git checkout -b day12-movieflix
  1. rebase, reset 등을 활용하여 review를 받기 위한 최종 커밋의 시점으로 이동합니다.
git reset --hard {commitHash}
  1. push to forked repository
git push review day12-movieflix
  1. Create PR