replace the "Krow" with "KROW"
This commit is contained in:
@@ -272,7 +272,7 @@ extension StaffNavigator on IModularNavigator {
|
||||
// ADDITIONAL FEATURES
|
||||
// ==========================================================================
|
||||
|
||||
/// Pushes the Krow University page (placeholder).
|
||||
/// Pushes the KROW University page (placeholder).
|
||||
///
|
||||
/// Access training materials and educational courses.
|
||||
void toKrowUniversity() {
|
||||
|
||||
@@ -211,7 +211,7 @@ class StaffPaths {
|
||||
// ADDITIONAL FEATURES (Placeholders)
|
||||
// ==========================================================================
|
||||
|
||||
/// Krow University - training and education (placeholder).
|
||||
/// KROW University - training and education (placeholder).
|
||||
///
|
||||
/// Access to training materials and courses.
|
||||
static const String krowUniversity = '/krow-university';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import 'package:dio/dio.dart';
|
||||
import 'package:krow_core/src/services/api_service/inspectors/auth_interceptor.dart';
|
||||
|
||||
/// A custom Dio client for the Krow project that includes basic configuration
|
||||
/// A custom Dio client for the KROW project that includes basic configuration
|
||||
/// and an [AuthInterceptor].
|
||||
class DioClient extends DioMixin implements Dio {
|
||||
DioClient([BaseOptions? baseOptions]) {
|
||||
|
||||
Reference in New Issue
Block a user