Conversation
kkosang
approved these changes
Apr 20, 2025
ios/Podfile.lock
Outdated
| Firebase: 1fe1c0a7d9aaea32efe01fbea5f0ebd8d70e53a2 | ||
| firebase_auth: e37065f3f80ff90580c13ad0e5a48e3bb8d2ad77 | ||
| firebase_core: 432718558359a8c08762151b5f49bb0f093eb6e0 | ||
| firebase_auth: ad485af7f854ba5f86634f81725b22b37f317883 |
Collaborator
There was a problem hiding this comment.
appbar랑 button같은 경우는 widgets 디렉토리 만들어서 분리되면 좋을것 같아요 !
| import 'package:flutter_riverpod/flutter_riverpod.dart'; | ||
|
|
||
| class TermsAndConditionsViewmodel extends ChangeNotifier { | ||
| List<bool> state = [false, false, false, false, false]; |
Collaborator
There was a problem hiding this comment.
어떤 state인지 모르겠어요 🤔 조금 더 구체적인 네이밍 사용해주세요~
| builder: (BuildContext context) { | ||
| return Consumer( | ||
| builder: (context, ref, _) { | ||
| final viewModel = ref.watch(womanViewmodelProvider); |
Collaborator
There was a problem hiding this comment.
bottomSheet에서 viewModel 처리하는 부분 추후 리펙토링할 때, 변경해야할 듯 싶습니다 !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
close #5
📝작업 내용
스크린샷 or 작업영상
Screen_recording_20250420_152539.webm
주요 내용
💬다음 작업할 내용
Ios 전화 인증