JideGuru / FlutterEbookApp

A simple Flutter app to Read and Download eBooks.
https://openleaf.codemagic.app
Apache License 2.0
3.03k stars 859 forks source link

Why did you call getFavorites() inside deactivate method in favourites screen ? #87

Closed OmarAbdelazeem closed 2 years ago

JideGuru commented 2 years ago

I believe I did that so the page can refresh when a user open's a book from the page and returns to the page.

I have refactored it to a Stream now