Skip to content

화면 전환 기능 추가#9

Open
4mas395 wants to merge 4 commits into
mainfrom
jiye
Open

화면 전환 기능 추가#9
4mas395 wants to merge 4 commits into
mainfrom
jiye

Conversation

@4mas395
Copy link
Copy Markdown
Collaborator

@4mas395 4mas395 commented Mar 6, 2026

화면 전환 버튼 삽입 및 기능 추가, 각 화면 구분하는 글자까지 삽입

@4mas395 4mas395 linked an issue Mar 6, 2026 that may be closed by this pull request
2 tasks
Copy link
Copy Markdown
Contributor

@phy-ju phy-ju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

첫번째 PR 수고 많으셨습니다 스터디가 많이 어려우셨을텐데 따라와주셔서 감사합니다! 시물레이션에서 확인을 하셨는지 모르겠지만 메인이 다른 화면을 가르키고 있어서 확인이 필요한 것 같습니다 질문도 조금 남겨났으니 시간되실떄 한번 고민해보는 것도 좋을 것 같습니다 감사합니다

Comment thread lib/main.dart
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 main.dart 파일인데 실행하면 이 파일에 있는 화면이 먼저 뜨게 됩니다 하지만 지금 플러터 기본 카운터 화면이 뜨게 되어있어서 개발한 화면은 보이지 않습니다


@override
Widget build(BuildContext context) {
return PopScope(canPop: false, child: Obx(() => Scaffold(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기서 0bx가 왜 사용되는지 아시나요?? 어떤 역할을 수행하는 친구일까요

Comment on lines +14 to +16
Widget build(BuildContext context) {
return GetMaterialApp(
title: 'Flutter Demo',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title은 보통 앱 이름이나 프로젝트 이름을 쓰면 더 좋습니다
앱의 기본 이름이기때문에,,

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.

jiye

2 participants