adamjohnlea / Flutter-Login-With-BLoC-Pattern

A new Flutter project featuring a faked authentication interface to demonstrate validation. Implemented with BloC pattern.
80 stars 16 forks source link

dispose() method is never called? #1

Open SAGARSURI opened 6 years ago

SAGARSURI commented 6 years ago

Dispose() inside the bloc class is never called. Potential memory leak.

lukepighetti commented 5 years ago

Came here to see how dispose() method was being handled and also noticed that it was not handled.