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

What are the cons? #1

Open
denizdogan opened this issue Sep 7, 2020 · 1 comment
Open

What are the cons? #1

denizdogan opened this issue Sep 7, 2020 · 1 comment

Comments

@denizdogan
Copy link

I recently started getting into Flutter in my spare time and I've been meaning to start using BLoC, but I quickly got scared off by the sheer amount of boilerplate that it seems to expect from me. I was also confused by the intermingling with Cubit in the documentation. Since I'm new to both BLoC and Cubit I don't feel like I fully understand either one of them.

That being said, this library looks much simpler and more akin to something I would like to use myself. The README lists a few "pros", but what exactly are the cons?

@MohiuddinM
Copy link
Owner

This library takes a more high level approach, and tries to "hide" the underlying streams. This approach works for majority of use cases, but of course there are some scenarios where accessing underlying streams becomes necessary. Even in those scenarios you can still access the underlying streams but then it will not make sense to use this package in the first place.

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

2 participants