-
Notifications
You must be signed in to change notification settings - Fork 1
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
π λ©μΈ λ μ΄μμ λ° ν맀 νμ΄μ§ ν λ€λΉκ²μ΄μ μ€λ₯ μμ #15
Conversation
} | ||
// if (context.mounted) { | ||
// context.go('/tuti'); | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
μΉ΄μΉ΄μ€ λ‘κ·ΈμΈ μ¬μ¬λ₯Ό μν΄ λΉλ‘κ·ΈμΈ μ μ κ° μ μ μ μ€λ΅λ° + tuti νμΌλ‘ μ΄λνλ λ‘μ§ μ κ±°
], | ||
return ConstraintsScaffold( | ||
child: Container( | ||
margin: EdgeInsets.symmetric(horizontal: 20.w), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
νΈν° ν νλ©΄ λ μ΄μμ μ‘°μ μ μν΄ λ§μ§ μΆκ°.
μ¦, ConstranitsScaffold μμ Containerμ widthλ₯Ό 700μΌλ‘ μ ννκ³ μκΈ° λλ¬Έμ μ΄ λΆλΆμμ λ μ΄μμμ μ‘°μ ν΄μΌ νΈν° νμ λ μ΄μμμ΄ μ‘°μ λ¨.
final String title; | ||
final String subtitle; | ||
|
||
@override | ||
Widget build(BuildContext context) { | ||
Widget build(BuildContext context, WidgetRef ref) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
λ°°λ ν΄λ¦ μ λ€λΉκ²μ΄μ λ‘μ§μ΄ ν΅μΌλμ§ μΌμ΄μ€ λ³λ‘ λ€λ₯΄λ―λ‘ onTapλ©μλλ₯Ό μμμμ μ λ¬νλλ‘ μ€μ .
background: TuTiBanner( | ||
onTap: () { | ||
// ν맀νμ΄μ§ νμΌλ‘ μ΄λ | ||
ref.read(navigationSelectedIndexProvider.notifier).state = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ν맀νμ΄μ§ νμΌλ‘ μ΄λνλ λ‘μ§ μΆκ°
Title
π λ©μΈ λ μ΄μμ λ° ν맀 νμ΄μ§ ν λ€λΉκ²μ΄μ μ€λ₯ μμ
What type of PR is this?
Description
2μ°¨ λ°°ν¬λ₯Ό μν΄
Related Issue number and link
Mobile & Desktop Screenshots/Recordings
Checklist:
To Reviewers