본문 바로가기
플러터 (Flutter)

how combine multiple stream with RxDart

by 스카 🍀 2020. 9. 2.

스트림컨트롤러는 1개의 스트림이 기본값 


stream to have more than one listener then you need to create a broadcast stream.

하나 이상의 리스너를 가지려면 브로드 캐스트 스트림 필요



listeners will only receive events from the moment they start listening to the string.

리스너는 문자열을 듣기 시작하는 순간부터 이벤트를 수신