Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24-25-App-Assignment-08-권민석 #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

staralstjr
Copy link

Description

코어님 처럼 파일을 여러개로 나눠서 코드를 작성해봤습니다.
(default : MovieListScreen.dart, MovieDetailScreen.dart)

  1. Keys.dart 파일
    -> apiKey요소 뿐만 아니라 TMDB의 img가 path로 지정되어 있기 때문에 posterWay를 넣어서 중복 입력을 최소화했습니다.
  2. MovieModel.dart 파일
    -> TMDB에서 가져올 정보들을 저장하고, fromJson을 구현했습니다.
  3. MovieService.dart 파일
    -> 저번 api 예제를 복사하여 사용했습니다.

Important content

const라는게 코드를 도와주는줄만 알았는데 사용하려는 api 코드 형식을 const가 굉장히 많이 괴롭혀서 꼭 필요한 경우에는 그냥 안쓰려고 합니다..

Question

:)

Reference

챗 GPT를 참고했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant