input_dialog 0.1.1 copy "input_dialog: ^0.1.1" to clipboard
input_dialog: ^0.1.1 copied to clipboard

The easiest way to prompt a user for text, good for prototyping

A very simple dialog to enter text:

final result = await InputDialog.show(
  context: context,
  title: 'Enter Text',
);

Demo

It is not customizable except for the title and the text on the buttons. It is good for prototyping and some internal software where functionality and speed are more important than custom design.

4
likes
140
pub points
65%
popularity

Publisher

verified publisherainkin.com

The easiest way to prompt a user for text, good for prototyping

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

flutter

More

Packages that depend on input_dialog