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.
설명
바텀네비게이션바가 있을때 키보드가 올라오면 네비게이션바가 같이 올라오는 문제를
Scaffold
에resizeToAvoidBottomInset
false
효과를 주어서 수정합니다또한
showModalBottomSheet
에서 키보드가 올라올때 바텀시트가 가려지는 문제가 있기때문에 우선적으로isScrollControlled
true
옵션을 주어서 바텀시트가 전체영역을 차지하는 방법으로 해결합니다참고
이슈
#54
추후 전체영역을 차지하지않고 바텀시트가 키보드위에 올라올수 있게 적용할 예정입니다
데모