feat: Implement client settings and profile management feature with sign-out functionality.

This commit is contained in:
Achintha Isuru
2026-01-21 19:37:34 -05:00
parent 7d5a40b7e3
commit eace8a66af
21 changed files with 536 additions and 15 deletions

View File

@@ -0,0 +1,37 @@
name: client_settings
description: Settings and profile screen for the client application.
version: 0.0.1
publish_to: none
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
lucide_icons: ^0.257.0
design_system:
path: ../../../design_system
core_localization:
path: ../../../core_localization
krow_core:
path: ../../../core
krow_domain:
path: ../../../domain
krow_data_connect:
path: ../../../data_connect
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.0
mocktail: ^1.0.0
flutter:
uses-material-design: true