Let’s Look at Subjects in RxDart

Introduction
Almost every programming language has its Reactive extension. RxDart is the open source ReactiveX library of Google’s Dart programming language.
Dart itself is rich enough to achieve reactive programming through ‘StreamController’ and ‘StreamBuilder’. Then why use RxDart?