feat: Implement profile completion feature with repository and use case
This commit is contained in:
@@ -111,7 +111,7 @@ If a user request is vague:
|
||||
* **DO NOT** add 3rd party packages without checking `apps/mobile/packages/core` first.
|
||||
* **DO NOT** add `firebase_auth` or `firebase_data_connect` to any Feature package. They belong in `data_connect` only.
|
||||
* **Service Locator**: Use `DataConnectService.instance` for singleton access to backend operations.
|
||||
* **Dependency Injection**: Use Flutter Modular for BLoC and UseCase injection in `Module.routes()`.
|
||||
* **Dependency Injection**: Use Flutter Modular for BLoC (never use `addSingleton` for Blocs, always use `add` method) and UseCase injection in `Module.routes()`.
|
||||
|
||||
## 8. Error Handling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user