issues
search
stefanhk31
/
personal_blog_flutter
https://stefanhodgeskluck.com
2
stars
0
forks
source link
refactor: converting Footer bloc into cubit
#58
Closed
stefanhk31
closed
8 months ago
stefanhk31
commented
8 months ago
Description
Refactoring
footer_bloc
into
footer_cubit
because it doesn't really need to be a bloc
This has the added benefit of fixing a coverage gap on the provider (see #55 )
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[ X] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[X ] ๐งน Code refactor
[ ] โ Build configuration change
[ ] ๐ Documentation
[ ] ๐๏ธ Chore
Description
footer_bloc
intofooter_cubit
because it doesn't really need to be a blocType of Change