ShadyBoukhary / flutter_clean_architecture

Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
https://pub.dartlang.org/packages/flutter_clean_architecture
MIT License
691 stars 172 forks source link

deactivate() Lifecycle #55

Closed joaopereirajp closed 3 years ago

joaopereirajp commented 3 years ago

Could we add the deactivate() lifecycle on controller?

rafaelcmm commented 3 years ago

Hi @joaopereirajp! This may be solved by this PR: https://github.com/ShadyBoukhary/flutter_clean_architecture/pull/56

Please take a look.

rafaelcmm commented 3 years ago

Solved on 4.0.4