customizable_bottom_sheet 1.0.0 copy "customizable_bottom_sheet: ^1.0.0" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add customizable_bottom_sheet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  customizable_bottom_sheet: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:customizable_bottom_sheet/customizable_bottom_sheet.dart';
3
likes
130
points
91
downloads

Publisher

verified publisherdhananjayafernando.online

Weekly Downloads

A highly customizable Flutter bottom sheet with built-in search functionality, perfect for item selection, country pickers, and searchable lists.

Topics

#bottom-sheet #search #searchable #picker #selection

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on customizable_bottom_sheet