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

A customized dropdown spinner to show list items.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spinner_dropdown

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

dependencies:
  spinner_dropdown: ^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:spinner_dropdown/spinner.dart';
import 'package:spinner_dropdown/spinner_bottom_sheet.dart';
import 'package:spinner_dropdown/spinner_list_item.dart';
import 'package:spinner_dropdown/spinner_text_field.dart';
7
likes
110
pub points
71%
popularity

Publisher

unverified uploader

A customized dropdown spinner to show list items.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on spinner_dropdown