Skip to main content
Dart

Less than 1 minuteDartFlutterdartflutter
Github

Dart


Less than 1 minuteDartGithubdartflutter
Snippets

Shimmer

demo
demo
SizedBox(width: 200.0, height:100.0, 
  child: Shimmer.fromColors(
    baseColor: Colors.red,
    highlightColor: Colors.yellow,
    child: Text('Shimmer', 
      textAlign: TextAlign.center,
      style: TextStyle(
        fontSize: 40.0, fontWeight: FontWeight.bold,
      ),
    ),
  ),
)l

Less than 1 minuteDartSnippetsdartflutter
Youtube


Less than 1 minuteDartYoutubedartflutter