Files
intaleq/packages/get/lib/utils.dart
2026-04-16 19:45:03 +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';