animated_custom_dropdown 1.0.1
animated_custom_dropdown: ^1.0.1 copied to clipboard
Custom dropdown widget allows to add highly customizable widget in your projects with proper open and close animations and also comes with form required validation.
Custom Dropdown #
Custom Dropdown package lets you add customizable animated dropdown widget.
Features #
Lots of properties to use and customize dropdown widget as per your need. Also usable under Form widget for required validation.
Getting started #
- Add the latest version of package to your
pubspec.yaml
(and runflutter pub get
):
dependencies:
animated_custom_dropdown: 1.0.1
- Import the package and use it in your Flutter App.
import 'package:animated_custom_dropdown/custom_dropdown.dart';
Preview #
Todos #
Already working on some improvements including:
- ❌ Align on screen bottom so if space under widget is small, dropdown will open above the widget with proper animations.
Issues & Feedback #
Please file an issue to send feedback or report a bug. Thank you!