tratatexto 1.0.1
tratatexto: ^1.0.1 copied to clipboard
Descrição do arquivo pubspec.yaml
example/tratatexto_example.dart
import 'package:tratatexto/tratatexto.dart';
void main() {
var mexeTexto = ManipulaTexto();
String frase = "EsTuDaNdO dArT";
print(mexeTexto.deCaixaBaixaParaAlta(frase));
print(mexeTexto.deCaixaAltaParaBaixa(frase));
}