promper_sg_tonycruz 0.0.1 copy "promper_sg_tonycruz: ^0.0.1" to clipboard
promper_sg_tonycruz: ^0.0.1 copied to clipboard

lirary to CLI wizards

example/main.dart

import 'package:promper_sg_tonycruz/promper_sg_tonycruz.dart';


void main() {
  
  final options = [
    new Option(label: 'I want red', value: '#f00'),
    new Option(label: 'I want blue', value: '#00f'),
  ];

 final prompter =  new Prompter();
 final colorCode = prompter.askMultiple('Selected the  color', options);
 bool answer = prompter.askBinary('Do you like this lib?');
 
  // var response = terminal.collectInput();
   print('you selected color $colorCode');
   print('Regarding the lib $answer');
  
}
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

lirary to CLI wizards

Homepage

License

unknown (LICENSE)

More

Packages that depend on promper_sg_tonycruz