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
In the riverpod version, the profilesDataProvider returns a new ProfileData when in initalizing state: https://github.com/bizz84/movie_app_state_management_flutter/blob/main/apps/riverpod/lib/top_level_providers.dart#L19 This was introduced during null safety migration. This looks like a quick fix. I feel this should be handled in a more proper way. It would be interesting to see how...
The text was updated successfully, but these errors were encountered:
As it is the ProfileSelectionPage contains dead code for showing a ProgressIndicator when profileData is null, which will never happened.
Sorry, something went wrong.
No branches or pull requests
In the riverpod version, the profilesDataProvider returns a new ProfileData when in initalizing state:
https://github.com/bizz84/movie_app_state_management_flutter/blob/main/apps/riverpod/lib/top_level_providers.dart#L19
This was introduced during null safety migration. This looks like a quick fix. I feel this should be handled in a more proper way. It would be interesting to see how...
The text was updated successfully, but these errors were encountered: