A Flutter clone of Employee Directory, Dribble design by Syed Ali.
- Display splash screen for 3 second on launch
- After splash, the list of employee's full name (First name + Last name) must be displayed with their image as icon in list as per the dribble design
- The list must show alphabetical scroll on right edge of the list so user can jump tap any alphabet to move to the employees whose first name starts with that alphabet
- The list must be infinite scroll, in each scroll, it fetches set of 50 employees.
- When user taps on an employee, the details screen of that employee must be displayed
- User can press back button to navigate back to list screen