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

추가된 로그인 페이지 레이아웃 관련 해야할 일 #7

Open
4 tasks
Ujaa opened this issue Apr 14, 2021 · 1 comment
Open
4 tasks

추가된 로그인 페이지 레이아웃 관련 해야할 일 #7

Ujaa opened this issue Apr 14, 2021 · 1 comment
Labels
todo 할일
Milestone

Comments

@Ujaa
Copy link
Member

Ujaa commented Apr 14, 2021

  • 이메일 로그인 버튼 구현
  • 이에 맞게 로그인 버튼 컴포넌트 수정
  • 로그인 텍스트필드 컴포넌트 분리
  • 스낵바 커스텀 구현 찾아보기
@Ujaa Ujaa added enhancement New feature or request todo 할일 and removed enhancement New feature or request labels Apr 14, 2021
@Ujaa Ujaa added this to the 비일 milestone Apr 14, 2021
@Ujaa
Copy link
Member Author

Ujaa commented Apr 14, 2021

스낵바 구현 참고

Scaffold.of(context).showSnackBar(SnackBar(
                    elevation: 0.0,
                    content: Text(
                      "아이디를 확인해주세요.",
                      style: const TextStyle(
                          color:  const Color(0xffffffff),
                          fontWeight: FontWeight.w400,
                          fontFamily: "NotoSansCJKkr",
                          fontStyle:  FontStyle.normal,
                          fontSize: 12.0
                      ),
                      textAlign: TextAlign.center,
                    ),
                    margin: EdgeInsets.fromLTRB(30, 0, 30, 100),
                    padding: EdgeInsets.symmetric(vertical: 0),
                    duration: Duration(seconds: 2),
                    shape: RoundedRectangleBorder(
                        side: BorderSide.none, borderRadius: BorderRadius.circular(30.0)),
                    behavior: SnackBarBehavior.floating,
                    backgroundColor: Color(0xcc000000),
                  ));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 할일
Projects
None yet
Development

No branches or pull requests

1 participant