Files
Siro/siro_rider/packages/get/lib/utils.dart
2026-06-09 08:40:31 +03:00

7 lines
211 B
Dart

/// Get utils is a set of tools that allows you to access high-level
/// APIs and obtain validation tools for Flutter and GetX
library utils;
export 'get_core/get_core.dart';
export 'get_utils/get_utils.dart';