andreciornavei / flutter-input-sheet

A flutter package to help apps with simple forms
MIT License
40 stars 15 forks source link

Adding the option for obscureText to text input #8

Open yasseralsamman opened 4 years ago

yasseralsamman commented 4 years ago

Hey, I was trying to add a password input using the text input, but it doesn't seem to have the option for obscureText. I'm willing to try adding it to the plugin, but I thought I might discuss this first.

Check this commit where I tried adding the option, and it seems to work fine.