diff --git a/README.md b/README.md index 3f1033c..dc71cdc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ [![text_field_validation](https://img.shields.io/pub/v/text_field_validation.svg)](https://pub.dev/packages/text_field_validation) [![Dart 3](https://img.shields.io/badge/Dart-3%2B-blue.svg)](https://dart.dev/) [![Flutter 3.10](https://img.shields.io/badge/Flutter-3%2B-blue.svg)](https://flutter.dev/) -[//]: # ([![Flutter tests](https://github.com/JhonaCodes/text_field_validation/actions/workflows/main.yml/badge.svg)](https://github.com/JhonaCodes/text_field_validation/actions/workflows/main.yml)) - -[//]: # ([![Dart tests](https://github.com/JhonaCodes/text_field_validation/actions/workflows/main.yml/badge.svg)](https://github.com/JhonaCodes/text_field_validation/actions/workflows/main.yml)) - - The `text_field_validation` package provides utilities for validating various types of data entered into a `TextField` within a Flutter application. It is designed to be used with the `Form` widget to ensure proper data validation.