flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

[FEATURE] Allow more types of fields for additional fields.

Open MattConflitti opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. It would be great to be able to have more than just text input for the sign up additional fields. Select, Numerical, SelectMultiple, Radio, Check, etc.

Describe the solution you'd like Abstract the UserFormField and create a UserFormTextField that extends the functionality. Then create the other types of fields.

Additional context This could be supplemented by just creating a new screen to route to after a successful sign up instead of adding to this package.

MattConflitti avatar Aug 27 '22 23:08 MattConflitti