disposable_email_validator 0.0.1
disposable_email_validator: ^0.0.1 copied to clipboard
A Dart/Flutter package for validating disposable email addresses by checking against a regularly updated list of 4000+ disposable email domains.
0.0.1 #
- Initial release
- Validate disposable email addresses against 4000+ domains
- Automatic caching with configurable duration (default: 24 hours)
- Synchronous validation when cache is available
- Automatic retry with exponential backoff
- Custom exceptions for better error handling
- Configurable timeout and retry settings
- Support for custom HTTP client
- Comprehensive test coverage
- Flutter example app included