flutter-design-patterns
flutter-design-patterns copied to clipboard
StreamController.broadcast() seems redundant
StreamController.broadcast() seems redundant, maybe try to modify it to StreamController().

Although it looks like the ObserverExample uses the stockStream.listen() twice, but since the two StreamControllers are different, So there will be no error exception, it may not be necessary to use StreamController.broadcast().
