click_functions_helper 1.0.0
click_functions_helper: ^1.0.0 copied to clipboard
Funções de apoio para manipular dados.
example/click_functions_helper_example.dart
import 'package:click_functions_helper/click_functions_helper.dart';
void main() {
print('onlyNumbers: ${FunctionsHelper.onlyNumbers('1a2b3c/+')}');
print('appPath: ${FunctionsHelper.appPath('abc.txt')}');
}