dropinity 0.0.2 copy "dropinity: ^0.0.2" to clipboard
dropinity: ^0.0.2 copied to clipboard

a powerful and customizable paginated dropdown widget for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dropinity

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

dependencies:
  dropinity: ^0.0.2

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:dropinity/custom_drop_down/dropinity.dart';
import 'package:dropinity/custom_drop_down/test.dart';
import 'package:dropinity/helpers/controller/controller.dart';
import 'package:dropinity/helpers/extensions/object.dart';
import 'package:dropinity/helpers/extensions/padding_extension.dart';
import 'package:dropinity/helpers/models/main_button.dart';
import 'package:dropinity/helpers/models/pagify_list.dart';
import 'package:dropinity/helpers/models/text_field.dart';
import 'package:dropinity/helpers/models/values_data.dart';
import 'package:dropinity/helpers/type_enum.dart';
import 'package:dropinity/widgets/text.dart';
import 'package:dropinity/widgets/text_field.dart';
8
likes
150
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

a powerful and customizable paginated dropdown widget for Flutter

Repository (GitHub)
View/report issues

Topics

#dropdown #pagination #lazyloading #network #api

Documentation

API reference

License

MIT (license)

Dependencies

flutter, pagify

More

Packages that depend on dropinity