bottom_sheet_item_selector 0.0.3 copy "bottom_sheet_item_selector: ^0.0.3" to clipboard
bottom_sheet_item_selector: ^0.0.3 copied to clipboard

A Flutter package that provides a customizable bottom sheet widget for selecting items, supporting both single and multiple selections.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_sheet_item_selector

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

dependencies:
  bottom_sheet_item_selector: ^0.0.3

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:bottom_sheet_item_selector/bottom_sheet_item_selector.dart';
1
likes
135
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable bottom sheet widget for selecting items, supporting both single and multiple selections.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bottom_sheet_item_selector