Conversation
phy-ju
reviewed
Mar 12, 2026
Contributor
phy-ju
left a comment
There was a problem hiding this comment.
첫번째 PR 수고 많으셨습니다 스터디가 많이 어려우셨을텐데 따라와주셔서 감사합니다! 시물레이션에서 확인을 하셨는지 모르겠지만 메인이 다른 화면을 가르키고 있어서 확인이 필요한 것 같습니다 질문도 조금 남겨났으니 시간되실떄 한번 고민해보는 것도 좋을 것 같습니다 감사합니다
| ), // This trailing comma makes auto-formatting nicer for build methods. | ||
| ); | ||
| } | ||
| } |
Contributor
There was a problem hiding this comment.
지금 main.dart 파일인데 실행하면 이 파일에 있는 화면이 먼저 뜨게 됩니다 하지만 지금 플러터 기본 카운터 화면이 뜨게 되어있어서 개발한 화면은 보이지 않습니다
|
|
||
| @override | ||
| Widget build(BuildContext context) { | ||
| return PopScope(canPop: false, child: Obx(() => Scaffold( |
Contributor
There was a problem hiding this comment.
여기서 0bx가 왜 사용되는지 아시나요?? 어떤 역할을 수행하는 친구일까요
Comment on lines
+14
to
+16
| Widget build(BuildContext context) { | ||
| return GetMaterialApp( | ||
| title: 'Flutter Demo', |
Contributor
There was a problem hiding this comment.
title은 보통 앱 이름이나 프로젝트 이름을 쓰면 더 좋습니다
앱의 기본 이름이기때문에,,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
화면 전환 버튼 삽입 및 기능 추가, 각 화면 구분하는 글자까지 삽입