Skip to content

feat: sign up page#4

Open
chosungh wants to merge 1 commit into
developfrom
sign_up
Open

feat: sign up page#4
chosungh wants to merge 1 commit into
developfrom
sign_up

Conversation

@chosungh

@chosungh chosungh commented Sep 9, 2024

Copy link
Copy Markdown
Collaborator

No description provided.

@WhiteKr WhiteKr left a comment

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.

코드 에디터에서 알려주지 않는 부분에 대한 수정사항입니다.

위젯에 key를 추가해야 하거나, 성능을 위해 finalconst를 사용해야하는 부분도 여럿 있습니다.
이런 부분은 Visual Studio Code에서 밑줄로 알려주고 자동으로 고치는 옵션도 제공하기 때문에 확인하고 수정하기 바랍니다.

Comment thread lib/sign_up_page.dart

class SignUpPage extends StatefulWidget {
@override
_SignUpPageState createState() => _SignUpPageState();

@WhiteKr WhiteKr Sep 9, 2024

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.

Suggested change
_SignUpPageState createState() => _SignUpPageState();
State<SignUpPage> createState() => _SignUpPageState();

ChatGPT나 Claude같은 언어모델에게 페이지를 만들어달라고 부탁하면 보통 이렇게 짜줍니다.
예제나 다른 사람들의 위젯을 검색해보면 최신버전에서 StatefulWidget은 이런 방식으로 작성되니 참고하세요.

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.

3 participants