chip_emails 1.0.2
chip_emails: ^1.0.2 copied to clipboard
A high-performance, professional email input widget for Flutter with intelligent chip management and batch parsing.
1.0.2 #
- Fix: Added deprecation message explanation to the deprecated
reordercontroller method to satisfy Dart lints. - Topics: Added pub.dev search topics for improved package discoverability.
1.0.1 #
- Fix: Migrated deprecated
onReordertoonReorderIteminReorderableListView.builderto pass pub.dev static analysis. - SDK: Bumped minimum environment SDK constraints to support modern Flutter.
1.0.0 (2026 Modernization) #
- Major Refactor: Migrated to a SOLID, Controller-based architecture.
- New Features:
- Added Intelligent Batch Parsing for bulk email entry.
- Added Auto-Branding (Domain-based styling) for chips.
- Added Drag-and-Drop reordering support.
- Added Glassmorphism visual theme support.
- Modernization:
- Updated to Dart 3.x/4.x and Flutter 3.x/4.x.
- Full Material 3 support.
- Cleaned up all deprecated APIs (
withOpacitytowithValues).
- Quality:
- Added comprehensive unit test suite.
- Improved error handling and validation feedback.
- Updated README and example app.
0.0.1 #
- Initial release.