Skip to content
New issue

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

Usage of Bloc instead of Cubit at SongPlayScreen #8

Open
nikeight opened this issue Feb 7, 2023 · 0 comments
Open

Usage of Bloc instead of Cubit at SongPlayScreen #8

nikeight opened this issue Feb 7, 2023 · 0 comments

Comments

@nikeight
Copy link
Owner

nikeight commented Feb 7, 2023

Currently, there is only one feature i.e to mark an album favorite or remove it.
For this, we are using Cubit

On the same screen, we have multiple options,
To Next, Too Previous
Pause and Play Along with different features,
For that usage of Bloc with Events can come to handle and is more convenient to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant