feat: Implement language selection feature in staff profile onboarding

This commit is contained in:
Achintha Isuru
2026-02-19 15:45:24 -05:00
parent 5cf0c91ebe
commit 4d935cd80c
7 changed files with 209 additions and 19 deletions

View File

@@ -130,9 +130,6 @@ class StaffProfilePage extends StatelessWidget {
// Support section
const SupportSection(),
// Settings section
const SettingsSection(),
// Logout button at the bottom
const LogoutButton(),

View File

@@ -1,5 +1,5 @@
export 'compliance_section.dart';
export 'finance_section.dart';
export 'onboarding_section.dart';
export 'settings_section.dart';
export 'support_section.dart';