You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing Place_picker on a small android device screen (4") I get this error when calling
MaterialPageRoute(builder: (context) => PlacePicker("API_KEY_GOOGLE")));
Exception caught by rendering library ═════════════════════════════════════════════════════ The following assertion was thrown during layout: A RenderFlex overflowed by 8.3 pixels on the bottom.
Maybe you should put the page PlacePicker in a scrollable widget ?
The text was updated successfully, but these errors were encountered:
Testing Place_picker on a small android device screen (4") I get this error when calling
MaterialPageRoute(builder: (context) => PlacePicker("API_KEY_GOOGLE")));
Exception caught by rendering library ═════════════════════════════════════════════════════ The following assertion was thrown during layout: A RenderFlex overflowed by 8.3 pixels on the bottom.
Maybe you should put the page PlacePicker in a scrollable widget ?
The text was updated successfully, but these errors were encountered: