multi_select_bottom_sheet 0.0.1 copy "multi_select_bottom_sheet: ^0.0.1" to clipboard
multi_select_bottom_sheet: ^0.0.1 copied to clipboard

to be able to show a custom multi select bottomsheet easly.

Simple and easy to use flutter Widget to add a multiSelectBottomSheet to your Flutter Application.This Widget allows you to search and select from list of suggestions.

Getting Started

Installation

1.Add the dependency

flutter pub add MultiSelectBottomSheet

2.Import the package

import 'package:MultiSelectBottomSheet/MultiSelectBottomSheet.dart';

3.Use the Widget

CustomMultiSelectBottomSheet can be used in the builder of MultiSelectBottomSheet().

Example:

MultiSelectBottomSheet( items:selectCountryItem , width: width*0.96, hint: "select country", ),

4
likes
120
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

to be able to show a custom multi select bottomsheet easly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on multi_select_bottom_sheet