Last updated:
0 purchases
prompter abhishal
Prompter library for asking user input on terminal
Prompter prompter = Prompter();
final colorCode = prompter.askMultiple('Select a color', options);
bool answer = prompter.askBinary('Do you like this lib?');
print(colorCode);
print(answer);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.