Skip to content

week-2 bloc setup#53

Open
4555jan wants to merge 9 commits into
StabilityNexus:devfrom
4555jan:feat/week2-bloc-fresh
Open

week-2 bloc setup#53
4555jan wants to merge 9 commits into
StabilityNexus:devfrom
4555jan:feat/week2-bloc-fresh

Conversation

@4555jan

@4555jan 4555jan commented Jun 7, 2026

Copy link
Copy Markdown

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:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: TODO

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • [] If applicable, I have made corresponding changes or additions to the documentation
  • [] If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.
  • I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.

@coderabbitai

coderabbitai Bot commented Jun 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fb62a3dd-5b85-47de-bc55-fec83cb6c0f6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@4555jan 4555jan added the gsoc label Jun 7, 2026
@4555jan 4555jan requested a review from M4dhav June 9, 2026 05:53
Comment thread pubspec.yaml
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
dependency_overrides:

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had to do this because some version issues comming in bloc_test

@M4dhav M4dhav left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the folder architecture suggested by the Flutter team in the App Architecture Case study

@4555jan

4555jan commented Jun 14, 2026

Copy link
Copy Markdown
Author
Screenshot 2026-06-14 133906 h Screenshot 2026-06-14 134052 how about this it is closer to what they are suggesting ? @M4dhav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants