-
Notifications
You must be signed in to change notification settings - Fork 0
Feature@/3.24 dark mode #244
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
Conversation
Dark mode move code base to 3.24
set initial state to 'true' instead of 'false', which fixes a lot of network-related errors.
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.
정말 수고하셨습니다! dialog 바로 반영해 주신 점 감사합니다.
다만 페이지를 리프레쉬할 때 발생하는 'RefreshIndicator.adaptive'(현재 제가 개편 중)에서 color, backgroundColor option을 변경할 수 있는데, 여기에도 다크테마를 반영해 주시면 좋을 것 같습니다.
https://api.flutter.dev/flutter/material/RefreshIndicator/RefreshIndicator.adaptive.html
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.
LGTM
Overview
Dark Mode 완료 하였습니다.
아직 다크 모드 설정을 캐시로 불러오는 기능은 없습니다.
Changes
Implementaion Method
After Changes
Related Issues
Rollback Scenario
TODO