Sanders 8b75299d41 Refactors data repositories for single-user mode
This commit refactors the data repositories to remove user-specific filtering. It simplifies the data access logic by retrieving all data from the Hive boxes and removing the need to filter by `userId` in the repository methods.

This change makes the app function in single-user mode and removes the need to manage multiple user contexts within the data layer.

Specifically:
- Removes `userId` parameter from repository methods.
- Updates the setting repository to use fixed keys.
- Removes user ID filtering from queries.
- Removes user ID parameters from Cubits and Blocs
- Updates initial data creation
2025-07-12 21:54:00 +03:00
fix
2025-06-29 23:34:57 +03:00
2025-06-30 13:40:52 +03:00
2025-06-08 22:45:16 +03:00
2025-06-08 22:45:16 +03:00
2025-06-09 16:27:01 +03:00
2025-06-08 22:45:16 +03:00
2025-06-08 22:45:16 +03:00
2025-06-08 22:45:16 +03:00
2025-06-08 22:46:37 +03:00
2025-06-08 22:45:16 +03:00
2025-06-08 22:45:16 +03:00
2025-06-09 18:55:49 +03:00
2025-06-27 18:42:02 +03:00
2025-06-30 15:59:43 +03:00
2025-06-30 15:59:43 +03:00
2025-06-09 10:28:29 +03:00

budget_app

Budget App

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

S
Description
No description provided
Readme
1 MiB
Languages
Dart 52.9%
HTML 34.8%
C++ 6.2%
CMake 5.1%
Swift 0.5%
Other 0.4%