ubuntu-flutter-community / settings

:penguin: :orange_heart: :blue_heart: An Ubuntu Desktop system settings app made with Flutter.
GNU General Public License v3.0
273 stars 48 forks source link

Some subscribers are not disposed #412

Closed Jupi007 closed 1 year ago

Jupi007 commented 1 year ago

@Feichtmeier I did a simple test:

So I suppose this subscriber should be cancelled:

https://github.com/ubuntu-flutter-community/settings/blob/920127af6ed42862fe1aa94ccc7873c337ec140e/lib/view/pages/displays/displays_model.dart#L10-L17

I also noticed that the bluetooth device subscriber is also left uncancelled (with the same behavior):

https://github.com/ubuntu-flutter-community/settings/blob/920127af6ed42862fe1aa94ccc7873c337ec140e/lib/view/pages/bluetooth/bluetooth_device_model.dart#L73-L78