iamvivekkaushik / AwesomeCard

A Flutter package to easily create a Credit Card in your application.
MIT License
151 stars 86 forks source link

Too much size for the form #6

Closed fvisticot closed 4 years ago

fvisticot commented 4 years ago

Displaying the card, the form with 4 lines and the keyboard takes too much place on a normal screen. Do you plan to provide a more compact layout of the form on 1 on 2 lines maximum ? 1 line form layout: https://stripe.com/docs/stripe-js

iamvivekkaushik commented 4 years ago

This library only provides the card and not the form. You can create the form anyways you like, it is only added to example for demo purpose.