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

to be able to show a custom multi select bottomsheet easly and flexible package for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_select_bottom_sheet

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

dependencies:
  multi_select_bottom_sheet: ^0.0.2

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:multi_select_bottom_sheet/multiselect_bottom_sheet.dart';
import 'package:multi_select_bottom_sheet/multiselect_bottom_sheet_model.dart';
import 'package:multi_select_bottom_sheet/utils/colors.dart';
4
likes
140
pub points
47%
popularity

Publisher

unverified uploader

to be able to show a custom multi select bottomsheet easly and flexible package for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on multi_select_bottom_sheet