Coding-Club-IITG/Git-Workshop-flutter

Layout shift on welcome screen

Open

#45 opened on Dec 21, 2021

 (0 comments) (0 reactions) (0 assignees)Dart (7 forks)auto 404
Git Workshopgood first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

When I to run this app on my physical device with screen resolution 720 x 1560 pixels ,I found shifting in layouts on buttons , which is not a good user experience and that was due to a few missing properties of AnimatedTextKit widget in welcome_screen.dart file.

Contributor guide