We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi !
Quick question : I can't find when the dispose method of the MovieBloc is called. Am I missing something or is it dead code as of today ?
The text was updated successfully, but these errors were encountered:
Implementation is bogus It should use an StateFullWidget instead of an InheritedWidget for the MovieProvider and implement dispose there
See example here: https://stackoverflow.com/questions/51690230/flutter-inheritedwidget-dispose or here https://www.didierboelens.com/2018/08/reactive-programming---streams---bloc/#there-is-only-1-constraint-accessibility-of-the-bloc
Sorry, something went wrong.
Thanks ! I figured it out since my original question bbut its good to have a confirmation.
No branches or pull requests
Hi !
Quick question : I can't find when the dispose method of the MovieBloc is called. Am I missing something or is it dead code as of today ?
The text was updated successfully, but these errors were encountered: