-
Notifications
You must be signed in to change notification settings - Fork 0
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
Task List for Admin #91
Conversation
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.
kalau requestnya ga mungkin bisa dibalas dikomen ya bung @gmochid 🙇
app/lib/features/quiz_exercise/presentation/repositories/quiz_exercise.dart
Outdated
Show resolved
Hide resolved
BlocBuilder<MainCubit, MainState>(builder: (context, state) { | ||
if (state is MainSuccess) { | ||
return Align( | ||
alignment: Alignment.centerLeft, | ||
child: RichText( | ||
text: TextSpan( | ||
text: 'Selamat Datang\n', | ||
style: FontTheme.blackTitle(), | ||
children: <TextSpan>[ | ||
TextSpan( | ||
text: toBeginningOfSentenceCase( | ||
'${state.userData['name']}!', | ||
), | ||
style: FontTheme.blackTitleBold(), |
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.
milihnya yg ini bung @gmochid, biar tulisannya mepet kiri
kalau pake yg bawah jadi posisinya ditengah walaupun align kiri
@@ -30,7 +32,7 @@ GoRouter router = GoRouter( | |||
), | |||
GoRoute( | |||
path: '/main', |
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.
path: '/main', | |
path: '/home', |
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.
biar konsisten 😆 minta tolong redirect yg pakai ini di page2 lain direplace juga ya
#83