cors_validator 0.0.1
cors_validator: ^0.0.1 copied to clipboard
Cors validator package
0.0.1 #
- Initial release of
cors_validator. - Added support for validating CORS using Dio and http clients.
- Provided a factory (
CorsValidatorFactory) to create instances ofCorsValidator. - Included examples for using
cors_validatorin Dart and Flutter applications. - Added documentation and usage examples in the
README.md.