feat: add staff certificates module and update dependencies
This commit is contained in:
@@ -25,8 +25,8 @@ dependencies:
|
|||||||
path: ../../../../../core
|
path: ../../../../../core
|
||||||
krow_data_connect:
|
krow_data_connect:
|
||||||
path: ../../../../../data_connect
|
path: ../../../../../data_connect
|
||||||
firebase_auth: ^5.1.0
|
firebase_auth: ^6.1.2
|
||||||
firebase_data_connect: ^0.1.0
|
firebase_data_connect: ^0.2.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import 'package:staff_profile_experience/staff_profile_experience.dart';
|
|||||||
import 'package:staff_bank_account/staff_bank_account.dart';
|
import 'package:staff_bank_account/staff_bank_account.dart';
|
||||||
import 'package:staff_tax_forms/staff_tax_forms.dart';
|
import 'package:staff_tax_forms/staff_tax_forms.dart';
|
||||||
import 'package:staff_documents/staff_documents.dart';
|
import 'package:staff_documents/staff_documents.dart';
|
||||||
|
import 'package:staff_certificates/staff_certificates.dart';
|
||||||
|
|
||||||
import 'package:staff_main/src/presentation/blocs/staff_main_cubit.dart';
|
import 'package:staff_main/src/presentation/blocs/staff_main_cubit.dart';
|
||||||
import 'package:staff_main/src/presentation/constants/staff_main_routes.dart';
|
import 'package:staff_main/src/presentation/constants/staff_main_routes.dart';
|
||||||
@@ -60,5 +61,9 @@ class StaffMainModule extends Module {
|
|||||||
'/documents',
|
'/documents',
|
||||||
module: StaffDocumentsModule(),
|
module: StaffDocumentsModule(),
|
||||||
);
|
);
|
||||||
|
r.module(
|
||||||
|
'/certificates',
|
||||||
|
module: StaffCertificatesModule(),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ dependencies:
|
|||||||
path: ../profile_sections/compliance/tax_forms
|
path: ../profile_sections/compliance/tax_forms
|
||||||
staff_documents:
|
staff_documents:
|
||||||
path: ../profile_sections/compliance/documents
|
path: ../profile_sections/compliance/documents
|
||||||
|
staff_certificates:
|
||||||
|
path: ../profile_sections/compliance/certificates
|
||||||
# staff_shifts:
|
# staff_shifts:
|
||||||
# path: ../shifts
|
# path: ../shifts
|
||||||
# staff_payments:
|
# staff_payments:
|
||||||
|
|||||||
@@ -475,6 +475,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0"
|
version: "4.0.0"
|
||||||
|
get_it:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: get_it
|
||||||
|
sha256: d85128a5dae4ea777324730dc65edd9c9f43155c109d5cc0a69cab74139fbac1
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "7.7.0"
|
||||||
glob:
|
glob:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1071,6 +1079,13 @@ packages:
|
|||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.0.1"
|
version: "0.0.1"
|
||||||
|
staff_certificates:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
path: "packages/features/staff/profile_sections/compliance/certificates"
|
||||||
|
relative: true
|
||||||
|
source: path
|
||||||
|
version: "0.0.1"
|
||||||
staff_documents:
|
staff_documents:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user