customizable_bottom_sheet 1.0.0
customizable_bottom_sheet: ^1.0.0 copied to clipboard
A highly customizable Flutter bottom sheet with built-in search functionality, perfect for item selection, country pickers, and searchable lists.
1.0.0 - 2025-02-15 #
Added #
- Initial release of customizable_bottom_sheet package
CustomizableBottomSheetwidget with search functionality- Static
show()method for easy usage - Static
showCustom()method for custom content - Real-time search filtering
- Checkbox selection support
- Edit/Delete action buttons per item
- Custom empty state widgets
- Custom no results widgets
- Sort function support
- Trailing widget builder
- Header action widget support
- Smooth fade-in animation
- Keyboard-aware layout
- Drag handle customization
- 30+ customization options including:
- Background color
- Border radius
- Max height fraction
- Title and item text styles
- Search field decoration
- Close icon customization
- Animation duration
- Auto-capitalization
- And more!
Features #
- Zero external dependencies (Flutter only)
- Material 3 theme integration
- Null safety support
- Comprehensive documentation
- Multiple examples
- Full test coverage
- Platform-independent
- Accessibility support
Examples Included #
- Basic list selection
- Country picker with flags
- Multi-select with checkboxes
- Edit/Delete actions
- Custom styling
- Empty states
- Custom widgets