week-2 bloc setup#53
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| # | ||
| # For details regarding fonts from package dependencies, | ||
| # see https://flutter.dev/to/font-from-package | ||
| dependency_overrides: |
There was a problem hiding this comment.
i had to do this because some version issues comming in bloc_test
M4dhav
left a comment
There was a problem hiding this comment.
Use the folder architecture suggested by the Flutter team in the App Architecture Case study
h
how about this it is closer to what they are suggesting ? @M4dhav
|


Addressed Issues:
Fixes #52
Screenshots/Recordings:
No UI changes — this PR adds Bloc/Cubit state management layer only.
Additional Notes:
This PR sets up the Bloc architecture for the Zplit app, including:
Bloc, Event, and State classes for Balance, Group, Transaction, and User features
Repository layer for Balance, Group, Transaction, and User
Builds on top of the Drift database setup from the Week 1 PR
AI Usage Disclosure:
We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.
Check one of the checkboxes below:
I have used the following AI models and tools: TODO
Checklist