LukeMoody01 / mason_bricks

A collection of bricks that enable developers to be more productive when writing code.
MIT License
109 stars 43 forks source link

feat: cubit option for feature_brick #6

Closed yshean closed 2 years ago

yshean commented 2 years ago

Description

When using BLoC, I always start by using cubits instead of bloc. Is it in the roadmap that you would add one?

Desired Solution

Introduce a cubit option when generating a new feature brick

Additional Context

I'm still very new to bricks. I might be able to contribute in future when I got to learn more about it.

LukeMoody01 commented 2 years ago

Hi @yshean 👋 Thanks for opening an issue and good idea!

I’ll make this update later this afternoon.

LukeMoody01 commented 2 years ago

This feature has been added in version 3.0 of the brick.

You can find it here: https://brickhub.dev/bricks/feature_brick/0.3.0

Thanks again for opening an issue! 🎉

yshean commented 2 years ago

Wow, thanks for the quick update! Keep up the good work 💪