We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The transition cuts off right before the end when using ShimmerDirection.ltb. Not reproducible with other options.
ShimmerDirection.ltb
return Shimmer.fromColors( baseColor: colors.surface, highlightColor: colors.surfaceVariant, direction: ShimmerDirection.ttb, child: Column(mainAxisSize: MainAxisSize.min, children: [ Padding( padding: Edges.horizontalLarge, child: Container(width: 100, color: colors.surface)), for (final _ in List.generate(5, (index) => index)) ListTile( leading: Container( height: 24, width: 24, decoration: BoxDecoration( color: colors.surface, shape: BoxShape.circle, ), ), title: Container( height: 16, width: 150, decoration: BoxDecoration( color: colors.surface, borderRadius: Corners.allFull, ), ) ), ], ), );
The text was updated successfully, but these errors were encountered:
This issue also happen with ShimmerDirection.btt
ShimmerDirection.btt
Sorry, something went wrong.
No branches or pull requests
The transition cuts off right before the end when using
ShimmerDirection.ltb
.Not reproducible with other options.
Screen_Recording_20230525-192937.mp4
The text was updated successfully, but these errors were encountered: