direct_select_flutter 1.0.0 copy "direct_select_flutter: ^1.0.0" to clipboard
direct_select_flutter: ^1.0.0 copied to clipboard

outdated

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.0.0

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';
301
likes
0
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

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter, rect_getter

More

Packages that depend on direct_select_flutter