lokesh-sudhakar / Flutter-OtpScreen

A new Flutter package which helps developer in creating Otp screen with few lines of code.
Other
10 stars 7 forks source link

Render Overflow Error #10

Open androstudio opened 2 years ago

androstudio commented 2 years ago

In otp_screen.dart, inside _getOtpKeyboard method, All rows are not Closed with Expended or Flexible Widget, due to this in some devices I got the following error related to Rendering: ======== Exception caught by rendering library ===================================================== The following assertion was thrown during layout: A RenderFlex overflowed by 50 pixels on the bottom.

Please update ASAP

image