7 lines
211 B
Dart
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';
|