-
Notifications
You must be signed in to change notification settings - Fork 3
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/#123 market api #132
Feat/#123 market api #132
Conversation
โฆt/#123_marketAPI
โฆt/#123_marketAPI
_fetchMarketArticles(); | ||
} | ||
|
||
Future<void> _fetchMarketArticles() async { |
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.
์ค ๋น ๋ฆฌ์คํธ ๋ง๋ค์ด์ ๋ฐ์ดํฐ ๋ฐ์์ค๋๋ก ๊ตฌ์ฑํ์
จ๊ตฐ์
๊ทธ๋ผ ๋ฐ์์ค๋ ๋์ ์๋ฌด ๊ฐ๋ ์๋ ์ํ์์๋ null ์ค๋ฅ๊ฐ ์์ผ์ด๋๋์??
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.
null ์ค๋ฅ๋ ์์ผ์ด๋๋๋ฐ ์ข๋ ui ์ ์ผ๋ก ๋ก๋ฉ์ ์ถ๊ฐ์ฒ๋ฆฌํด์ผํ ํ์๋ ์์ด๋ณด์ ๋๋ค
marketcommentProvider.getMarketComments(widget.marketBoard.articleId!); | ||
|
||
bool showLoading = marketcommentProvider.loading; | ||
if (showLoading) { |
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.
์ด if ๋ฌธ์ด build ์์ ์์ด๋ ๊ด์ฐฎ์๊ฐ์??
์์ ฏ ๊ทธ๋ ค์ง ๋๋ง๋ค ์ํ๋ ๊ฒ ๊ฐ์๋ฐ ๊ณ์ showLoading์ด false๊ฐ ๋์ด๋ ๊ด์ฐฎ์์ง ๊ถ๊ธํฉ๋๋ค
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.
ํ ๊ทธ๋์ pr์ ์ ์ด๋จ๋ ๊ฑฐ ์ฒ๋ผ ๊ณ์ ํด์ ๋ก๋ฉ์ด ์งํ๋๊ฑธ๊น์.. ํ๋ฒ ์์ ํด๋ณด๊ฒ ์ต๋๋ค
๐คจ Motivation
๐ Key Changes
๐ To Reviewers