direct_select_flutter 1.1.1 icon indicating copy to clipboard operation
direct_select_flutter: ^1.1.1 copied to clipboard

Direct Select Widget Implementation inspired by https://dribbble.com/shots/3876250-DirectSelect-Dropdown-ux

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add direct_select_flutter

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

dependencies:
  direct_select_flutter: ^1.1.1

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:direct_select_flutter/direct_select_container.dart';
import 'package:direct_select_flutter/direct_select_item.dart';
import 'package:direct_select_flutter/direct_select_list.dart';
284
likes
130
pub points
90%
popularity

Publisher

unverified uploader

Direct Select Widget Implementation inspired by https://dribbble.com/shots/3876250-DirectSelect-Dropdown-ux

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.BSD-2-Clause (LICENSE)

Dependencies

flutter, rect_getter

More

Packages that depend on direct_select_flutter