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

Feat: 로그인, 로그아웃 이후에 플러터 페이지 이동 로직 구현 #29

Merged
merged 2 commits into from
May 19, 2023

Conversation

Sangjun-man
Copy link
Contributor

스크린샷

default.mov
  • 로그아웃 이후 Onboarding 스크린으로 이동,
  • 로그인 이후 MyPage 스크린으로 이동

Motivation



To Reviewers

  • 각 스크린의 onTap() 에 Navigator.of() 메서드를 활용해서 페이지를 이동시켜주고 있는데, 추후에 페이지간 이동 로직이 많아지면 로직을 onTap에서 분리해서 작성할계획입니다

- 화면에 보이는 스크린을 명확하게 구분하여 작성하기 위해, 스플래시 스크린과 홈스크린을 분리했습니다.
  앱 첫 로딩시 runApp -> SplashScreen -> HomeScrren -> OnboardingSreen 순으로 화면이
  이어지는데, OnboardingScreen 이전에 로그인 하도록 로직 수정 예정,
@Sangjun-man Sangjun-man requested a review from world2222 as a code owner May 19, 2023 05:50
@Sangjun-man Sangjun-man self-assigned this May 19, 2023
@Sangjun-man Sangjun-man merged commit eb5a77c into develop May 19, 2023
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