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

๐Ÿ”€ :: ๋ฌธ๊ตฌ ์ˆ˜์ • #213 #214

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix :: ์—…๋ฐ์ดํŠธ ๋ฐ ํ™ˆ ๋ฌธ๊ตฌ ์ˆ˜์ •
MONOTYPEEE committed Mar 29, 2024
commit 4111f770e86d656757c9d6e0ea2fb050c1a41cfd
2 changes: 1 addition & 1 deletion lib/presentation/app_update_page/ui/app_update_page.dart
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ class AppUpdatePage extends StatelessWidget {
SizedBox(height: 10.0.h),
const Expanded(
child: Text(
"Lotura์˜ ์ƒˆ๋กœ์šด ๋ฒ„์ „์ด ์ถœ์‹œ๋˜์—ˆ์–ด์š”!\n์ง€๊ธˆ ๋ฐ”๋กœ ์—…๋ฐ์ดํŠธ ํ•˜๋Ÿฌ ๊ฐ€๊ธฐ โฌ‡๏ธโฌ‡๏ธ",
"Lotura์˜ ์ƒˆ๋กœ์šด ๋ฒ„์ „์ด ์ถœ์‹œ๋˜์—ˆ์–ด์š”!",
style: TextStyle(fontWeight: FontWeight.w500),
),
),
8 changes: 4 additions & 4 deletions lib/presentation/apply_page/ui/view/apply_page.dart
Original file line number Diff line number Diff line change
@@ -71,9 +71,9 @@ class ApplyPage extends StatelessWidget {
Text("์•Œ๋ฆผ ์„ค์ •ํ•œ", style: bigStyle),
Text("์„ธํƒ๊ธฐ์™€ ๊ฑด์กฐ๊ธฐ", style: bigStyle),
SizedBox(height: 24.0.h),
Text("์•Œ๋ฆผ์„ ์„ค์ •ํ•˜์—ฌ ์„ธํƒ๊ธฐ์™€ ๊ฑด์กฐ๊ธฐ๋ฅผ", style: smallStyle),
Text("์•Œ๋ฆผ์„ ์„ค์ •ํ•˜์—ฌ ์„ธํƒ๊ธฐ์™€ ๊ฑด์กฐ๊ธฐ์˜", style: smallStyle),
SizedBox(height: 5.0.h),
Text("๋ˆ„๊ตฌ๋ณด๋‹ค ๋น ๋ฅด๊ฒŒ ์‚ฌ์šฉํ•ด๋ณด์„ธ์š”.", style: smallStyle),
Text("์™„๋ฃŒ ์•Œ๋ฆผ์„ ์ˆ˜์‹ ํ•ด ๋ณด์„ธ์š”", style: smallStyle),
],
),
SizedBox(height: 20.0.h),
@@ -84,9 +84,9 @@ class ApplyPage extends StatelessWidget {
Empty() => const Center(child: Text("๋น„์–ด์žˆ์Œ")),
Loading() =>
const Center(child: CircularProgressIndicator()),
Error() => const Center(child: Text("์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ์„ ํ™•์ธํ•ด์ฃผ์„ธ์š”")),
Error() => const Center(child: Text("์ธํ„ฐ๋„ท ์—ฐ๊ฒฐ์„ ํ™•์ธํ•˜์„ธ์š”")),
Loaded() => ScrollConfiguration(
behavior:
behavior์„ธ
const ScrollBehavior().copyWith(overscroll: false),
child: ListView.builder(
itemCount: state.value.length.isEven