temp_mail_blocker 1.1.1
temp_mail_blocker: ^1.1.1 copied to clipboard
Official Flutter/Dart SDK for TempMailBlocker email validation service. Validate emails with syntax checking, domain verification, MX records, SMTP validation, disposable email detection, and risk assessment.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.1 - 2024-12-20 #
Added #
- Documentation about free 100 credits for new users
- Enhanced installation instructions with
flutter pub addcommand - Getting started guide with API key setup instructions
- Pricing and credits information section
- Credit balance checking in examples
Improved #
- Updated README with clearer onboarding flow
- Better error handling examples for insufficient credits
- Enhanced quick start guide with credit information
1.1.0 - 2024-12-20 #
Added #
- Mocking messages feature: 15 random humorous messages when temporary/disposable emails are detected
getMockingMessage()method onSingleValidationResponseto get random mocking messagesTempMailMessagesutility class for accessing mocking messages directly- Improved code quality with const constructors for better pub.dev scoring
Improved #
- Added const constructors to all model classes for better performance and pub.dev scoring
- Code formatting improvements
- Enhanced documentation
1.0.0 - 2024-12-20 #
Added #
- Initial release of Mail Validation SDK for Flutter/Dart
- Single email validation support
- Bulk email validation with job management
- Complete type definitions for all API responses
- Error handling with
ApiException - Support for job status polling and waiting for completion
- Comprehensive documentation and examples