felangel / bloc

A predictable state management library that helps implement the BLoC design pattern
https://bloclibrary.dev
MIT License
11.79k stars 3.39k forks source link

Flutter Bloc documentations for using Freezed Bloc examples. #3196

Closed BiswajitKrPaul closed 2 years ago

BiswajitKrPaul commented 2 years ago

The Documentation is really great with the examples given in site. Can you guys also include some good examples for using Bloc with Freezed package?

BiswajitKrPaul commented 2 years ago

Hi, Any update on this?

yh-luo commented 2 years ago

Hi, I created freezed_weather as an example. I recently learned to use freezed and fell in love with its simplicity, hope it helps!

mathiasgodwin commented 2 years ago

@yh-luo Thank you for creating that! I've been looking for easy life all the way. My life has been a lot of boilerplate ever since, you know, I use Flutter bloc with clean code architecture and at least the time of code writing will be reduced learning to use freezed efficiently. I'll follow you for more of this.

BiswajitKrPaul commented 2 years ago

Thanks @yh-luo for the example.

sanchan commented 2 years ago

Thanks @yh-luo, your example is exactly what I needed! Now everything is much clearer!