flutter_multi_selector 1.0.0
flutter_multi_selector: ^1.0.0 copied to clipboard
A flexible multi selector package for Flutter
1.0.0 - 2025-06-18 #
⚠️ Breaking Changes #
- ⬆️ Flutter SDK requirement updated to
>=3.27.0(requires Dart^3.7.0). - ✨
InputDecorationsupport added — existing implementations may need to update. - ✨ "Deselect All" text customization introduced — may require updates in existing usage.
🛠️ Fixes & Improvements #
- ✅ Select All / Deselect All text now accepts only
Stringfor better consistency. - 🧹 Codebase optimized with minor refinements and cleanup.