select_bottom_list 1.0.4 copy "select_bottom_list: ^1.0.4" to clipboard
select_bottom_list: ^1.0.4 copied to clipboard

A Flutter widget offering a simple, customizable select list with a bottom sheet modal for user interactions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add select_bottom_list

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

dependencies:
  select_bottom_list: ^1.0.4

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:select_bottom_list/select_bottom_list.dart';
1
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget offering a simple, customizable select list with a bottom sheet modal for user interactions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on select_bottom_list