shimmer_ai 1.1.0 copy "shimmer_ai: ^1.1.0" to clipboard
shimmer_ai: ^1.1.0 copied to clipboard

A powerful Flutter package that provides zero-configuration shimmer loading placeholders. Easily add smooth, dynamic shimmer effects to any widget—Text, Container, ListTile, and more— with a simple on [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shimmer_ai

With Flutter:

 $ flutter pub add shimmer_ai

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  shimmer_ai: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shimmer_ai/shimmer_ai.dart';
24
likes
0
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package that provides zero-configuration shimmer loading placeholders. Easily add smooth, dynamic shimmer effects to any widget—Text, Container, ListTile, and more— with a simple one-line extension method `.withShimmerAi()`. Perfect for creating skeleton loaders, loading states, and polished user experiences.

Repository (GitHub)
View/report issues

Topics

#flutter #shimmer #skeleton-loader #loading-animation #flutter-ui

License

unknown (license)

Dependencies

flutter, shimmer

More

Packages that depend on shimmer_ai