Get.bottomSheet
-
<TIL> 오늘도 플러터클래스/└ TIL 2022. 8. 9. 21:41
🧭 Flutter Get.bottomSheet Getx 라이브러리를 사용하면 bottom sheet를 쉽게 구현할 수 있습니다. Get.bottomSheet를 사용하면 됩니다. 다만 일반 페이지가 아니기 때문에 controller를 바인딩하고 싶은 경우 고민이 생깁니다. 이때는 bottom sheet를 사용하는 페이지에 같이 바인딩을 하는 방법을 사용할 수 있습니다. lazyPut으로 bottom sheet에 필요한 controller를 등록해두고, bottom sheet가 빌드 될 때 Get.find로 해당 컨트롤러를 찾아서 사용하면 됩니다. TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw..