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

flutter - 코드 수정 논의 #42

Open
HS980924 opened this issue Sep 17, 2022 · 3 comments · Fixed by #47
Open

flutter - 코드 수정 논의 #42

HS980924 opened this issue Sep 17, 2022 · 3 comments · Fixed by #47
Assignees
Labels
도움요청 도움이 필요합니다! 질문 해당 내용에 고나한 질문이 있습니다!

Comments

@HS980924
Copy link
Collaborator

image

  • main.dart 파일에서 import하는 여러 dart파일들이 상위 파일 이름에 영향을 받기 때문에 코드 수정이 필요할 것 같습니다.
  • 변경 사항 예시)
    • import 'package:smart_beacon_customer_app/login_screen.dart → import 'package:App/login_screen.dart
      @ash-hun @MinsungKimDev
@HS980924 HS980924 added 도움요청 도움이 필요합니다! 질문 해당 내용에 고나한 질문이 있습니다! labels Sep 17, 2022
@MinsungKimDev
Copy link
Collaborator

코드 상단 import 문에 붙는 경로가 패키지 명으로 결정되는것으로 알고 있는데
재훈씨가 프로젝트를 생성할때 smart_beacon_customer_app 으로 패키지 명을 정해서 그대로 가도 되지 않을듯 싶네요.
상위 폴더 명에 영향을 받는다면 프로젝트 빌드가 되지않았을텐데 저는 문제 없어서 다른 분들은 어떠신지 의견 남겨봅니다.

@HS980924
Copy link
Collaborator Author

HS980924 commented Sep 17, 2022

패키지 명은 상위 폴더 명이랑 똑같은 걸로 알고 있습니다!
그런데 현재 feature_application 브랜치에는 smart_beacon_customer_app 폴더가 없는 걸로 알고 있습니다!
@MinsungKimDev

@MinsungKimDev
Copy link
Collaborator

MinsungKimDev commented Sep 17, 2022

패키지 명은 App 폴더 내 pubspec.yaml 파일 최상단에 위치해 있습니다.
방금 빌드 테스트 해본결과 import 'package:App/login_screen.dart'; 코드를 사용하면 빌드 에러가 발생하네요.
형순씨는 어떠신가요?
@HS980924

@HS980924 HS980924 linked a pull request Sep 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
도움요청 도움이 필요합니다! 질문 해당 내용에 고나한 질문이 있습니다!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants