any_field 0.0.4 copy "any_field: ^0.0.4" to clipboard
any_field: ^0.0.4 copied to clipboard

A flexible Flutter input field widget that can display arbitrary content while maintaining the look and feel of a TextField. Perfect for building custom picker fields with dialog interaction.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add any_field

With Flutter:

 $ flutter pub add any_field

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

dependencies:
  any_field: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:any_field/any_field.dart';
1
likes
0
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible Flutter input field widget that can display arbitrary content while maintaining the look and feel of a TextField. Perfect for building custom picker fields with dialog interaction.

Repository (GitHub)
View/report issues

Topics

#custom-field #dynamic-field #custom-form #data-picker #custom-input

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on any_field