Skip to content

Issue in given example #2

Description

@sayyedmuzammil
Skeleton( 
              isLoading: controller.isDataLoading.value, 
              // shimmerGradient: SkeletonTheme,
              skeleton: ListView.builder(
  physics: NeverScrollableScrollPhysics(),
  itemCount: 5,
  itemBuilder: (context, index) => Padding(
    padding: const EdgeInsets.all(8.0),
    child:  SkeletonAvatar(
                style: SkeletonAvatarStyle(
                    shape: BoxShape.circle, width: 50, height: 50),
              ),
  ),
),
), 

in SkeletonAvatar widget is wrapped with container in the given example so it can't get the actual result of circular avatar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions