BlocObserver

MOBILE

[flutter] BlocSelector

사이드로 시작한 프로젝트에서 사용한 blocSelector 를 정리한다. 일반적으로 블록 패턴을 사용할때에는 BlocBuilder / BlocListener / BlocSelector 등을 많이 사용하는 것 같다. 그중 특정 State의 특정 값을 감지해서 위젯을 리빌드하는 블록 셀렉터를 기록한다. 전체 코드는 다음에서 확인 가능하다. https://github.com/jaemanc/freight_front GitHub - jaemanc/freight_front Contribute to jaemanc/freight_front development by creating an account on GitHub. github.com BlocListener는 인자로 Bloc과 State를 받는다. BlocList..

girin_dev
'BlocObserver' 태그의 글 목록