User Interface low complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Animated shimmer skeleton placeholder widgets displayed during dashboard data fetch to provide visual feedback and prevent cumulative layout shift. Implements role-specific skeleton layouts that match the actual content card structure.

Feature: Role-Specific Home Dashboard

dashboard-skeleton-loader

Responsibilities

  • Render shimmer placeholders matching Peer Mentor home card layout during loading
  • Render shimmer placeholders matching Coordinator home card layout during loading
  • Prevent visible layout shift when real data replaces skeleton content

Interfaces

PeerMentorHomeSkeleton.build(BuildContext context) → Widget
CoordinatorHomeSkeleton.build(BuildContext context) → Widget