ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.37k stars 270 forks source link

Is there any way to AutoDispose BehaviorSubjects ?! #672

Closed JoDeveloper closed 2 years ago

hoc081098 commented 2 years ago

Hi @JoDeveloper, you can check my libs https://pub.dev/packages/disposebag and https://pub.dev/packages/flutter_disposebag

JoDeveloper commented 2 years ago

@hoc081098 is there any way without any outside packages ?

hoc081098 commented 2 years ago

IMO, this feature should not be in rxdart :)), you can use my packages or copy/paste into your project without any problem :))