replace the "Krow" with "KROW"

This commit is contained in:
Achintha Isuru
2026-02-26 15:13:26 -05:00
parent f9c2d822e6
commit b8d07380c0
60 changed files with 225 additions and 227 deletions

View File

@@ -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() {

View File

@@ -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';

View File

@@ -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]) {