direct_select_flutter 1.1.1 copy "direct_select_flutter: ^1.1.1" to clipboard
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';
300
likes
130
pub points
85%
popularity

Publisher

verified publisherlanars.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, rect_getter

More

Packages that depend on direct_select_flutter