all_validations_br 2.2.0 copy "all_validations_br: ^2.2.0" to clipboard
all_validations_br: ^2.2.0 copied to clipboard

outdated

String validations and remover char ex ('/', '-', '.'), more than a validation for your best projects. Made with love

All Validations BR

Descrição do Projeto #

  • AllValidations é uma solução extra leve e poderosa para Flutter. Combine validações para agilizar seu desenvolvimento. esperamos que ajude você com seus projetos.

⚙️ Funcionalidades #

  • [✅] isNull
  • [✅] isNum
  • [✅] isNumericOnly
  • [✅] isNumericFloat
  • [✅] isAlphabetOnly
  • [✅] isVideo
  • [✅] isImage
  • [✅] isURL
  • [✅] isEmail
  • [✅] isPhoneNumber
  • [✅] isDateTime
  • [✅] isMD5
  • [✅] isSHA1
  • [✅] isSHA256
  • [✅] isSSN
  • [✅] isBinary
  • [✅] isIPv4
  • [✅] isIPv6
  • [✅] isHexadecimal
  • [✅] isLowerThan
  • [✅] isGreaterThan
  • [✅] isCnpj
  • [✅] isCpf
  • [✅] isRG
  • [✅] isUUID
  • [✅] isJSON
  • [✅] isCreditCard
  • [✅] isLowercase
  • [✅] isUppercase
  • [✅] isInt
  • [✅] isEqual
  • [✅] isPDF
  • [✅] isTxt
  • [✅] isChm
  • [✅] isVector
  • [✅] isHTML
  • [✅] removeCaracteres
  • [✅] isMediumPassword
  • [✅] isStrongPassword
  • [✅] removeAccents
  • [✅] isPalindrome
  • [✅] isName

🧪 testes #

  • [✅] isNull
  • [✅] isNum
  • [✅] isNumericOnly
  • [✅] isNumericFloat
  • [✅] isAlphabetOnly
  • [✅] isVideo
  • [✅] isImage
  • [✅] isURL
  • [✅] isEmail
  • [✅] isPhoneNumber
  • [✅] isEqual
  • isDateTime
  • isMD5
  • isSHA1
  • isSHA256
  • isSSN
  • isBinary
  • isIPv4
  • isIPv6
  • isHexadecimal
  • [✅] isLowerThan
  • [✅] isGreaterThan
  • [✅] isCnpj
  • [✅] isCpf
  • [✅] isRG
  • [✅] removeCaracteres
  • [✅] isUUID
  • isJSON
  • isCreditCard
  • [✅] isLowercase
  • [✅] isUppercase
  • [✅] isInt
  • [✅] isValidBRZip
  • [✅] isMediumPassword
  • [✅] isStrongPassword
  • isPDF
  • isTxt
  • isChm
  • isVector
  • isHTML
  • [✅] removeAccents
  • [✅] isPalindrome
  • [✅] isName

🛠 Tecnologias #

🎲 exemplo de validação CPF

var isCpf = AllValidations.isCpf(000.000.000.00); 
//this return false

🎲 exemplos de validação String é bool

var isBool = AllValidations.isBool('true'); 
//this return true

🎲 exemplos de Remoção caracteres

//(ex: `/`, `-`, `.`)
var remover = AllValidations.removeCharacters('000.000.000-00'); 
//this return 00000000000

🎲 exemplos de comparação de senha ou frases

//(ex: `/`, `-`, `.`)
var remover = AllValidations.isPhraseEqual('123456789', '123456789');
//this return true

🎲 exemplos de retorno de lista de dias da semana

//(ex: `/`, `-`, `.`)
var remover = AllValidationsGetWeek.listDaysWeekAbvr;
//this return ['Segunda','Terça','Quarta','Quinta','Sexta','Sábado','Domingo']

Você também pode retorna meses, regiões , estados tudo atraveis do AllValidationsGet

🎲 exemplos de comparação de senha ou frases

//(ex: `/`, `-`, `.`)
var remover = AllValidations.isPhraseEqual('123456789', '123456789');
//this return true

🎲 exemplos de remoção acentos e caracters de um texto

//(ex: `/`, `-`, `.`)
var remover = AllValidations.removeAccents( 'áãé');
//this return aae

Autor #


Feito com ❤️ por


Carlos Castro 🚀

📝 Licença #

Este projeto esta sobe a licença MIT.

91
likes
0
pub points
81%
popularity

Publisher

unverified uploader

String validations and remover char ex ('/', '-', '.'), more than a validation for your best projects. Made with love

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on all_validations_br