flutter_better_pickers 0.0.5
flutter_better_pickers: ^0.0.5 copied to clipboard
This is a multi-picker package that includes several different modes, making it easy to use.
0.0.5 #
- Maintenance:
- Bumped
permission_handlerto ^12.0.1. - Bumped
camerato ^0.11.3. - Bumped
lucide_icons_flutterto ^3.1.8. - Declared Android/iOS platform support in
pubspec.yaml.
- Bumped
0.0.4 #
-
New Features:
- Added comprehensive theming system (
PickerTheme) for consistent styling across all pickers. - Added
PickerStylefor complete UI customization (colors, text styles, icons). - Added
PickerLabelsfor internationalization (English, Persian, Arabic, German, French). - Added
MediaManagerConfigfor performance tuning and isolate configuration. - Added camera icon as the first grid item in TelegramMediaPickers.
- Added comprehensive theming system (
-
Performance Improvements:
- Implemented
MediaCacheManagerwith LRU eviction for efficient memory usage. - Implemented
MediaLoadingQueuewith concurrent operation limiting. - Optimized image loading with Flutter's built-in caching (
Image.file). - Added in-memory caching for video thumbnails.
- Enabled isolate support for heavy operations.
- Implemented
-
Bug Fixes:
- Fixed
RenderFlex overflowerror in TelegramMediaPickers bottom bar. - Fixed album selection dropdown appearing behind the sheet.
- Fixed File and Audio screens using wrong background color (now uses theme).
- Fixed toggle logic for File/Video/Audio buttons.
- Fixed duplicate dropdown in expanded state.
- Updated SDK to ^3.10.0.
- Fixed
0.0.3 #
- Fix bug.
0.0.1 #
- Add initial release.