스트림컨트롤러는 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.
리스너는 문자열을 듣기 시작하는 순간부터 이벤트를 수신
'플러터 (Flutter)' 카테고리의 다른 글
플러터 Bloc 공부 중 (0) | 2020.08.26 |
---|---|
Provider 직접 생성 및 이해 (0) | 2020.08.25 |
for문 List 연습 (0) | 2020.05.08 |
Const / List에 _ / enum / Map (0) | 2020.05.03 |
children: <Widget>[] , Dart Classes and oObjects,Dart constructors (0) | 2020.04.25 |