alghwalbi_dropdown 0.0.6 copy "alghwalbi_dropdown: ^0.0.6" to clipboard
alghwalbi_dropdown: ^0.0.6 copied to clipboard

A custom dropdown package for Flutter projects, designed for personal use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alghwalbi_dropdown

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

dependencies:
  alghwalbi_dropdown: ^0.0.6

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:alghwalbi_dropdown/animated_section.dart';
import 'package:alghwalbi_dropdown/custom_dropdown.dart';
import 'package:alghwalbi_dropdown/dropdown_field.dart';
import 'package:alghwalbi_dropdown/dropdown_overlay.dart';
import 'package:alghwalbi_dropdown/multi_select_controller.dart';
import 'package:alghwalbi_dropdown/multi_select_dropdown.dart';
import 'package:alghwalbi_dropdown/multi_select_dropdown_field.dart';
import 'package:alghwalbi_dropdown/multi_select_dropdown_overlay.dart';
import 'package:alghwalbi_dropdown/multi_select_utils.dart';
import 'package:alghwalbi_dropdown/overlay_builder.dart';
1
likes
115
points
101
downloads

Publisher

unverified uploader

Weekly Downloads

A custom dropdown package for Flutter projects, designed for personal use.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on alghwalbi_dropdown