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

A Flutter package for dynamic input boxes with auto-suggestions and overlay-based UI components.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_input_box

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

dependencies:
  auto_input_box: ^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:auto_input_box/auto_input_box.dart';
3
likes
160
points
25
downloads

Publisher

verified publishermypackeges.tk

Weekly Downloads

A Flutter package for dynamic input boxes with auto-suggestions and overlay-based UI components.

Repository (GitHub)

Topics

#flutter #widget #autocomplete #input #overlay

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on auto_input_box