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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_dialog

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

dependencies:
  input_dialog: ^0.1.1

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:input_dialog/input_dialog.dart';
4
likes
140
pub points
63%
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