shimmer_ai 1.2.1+1
shimmer_ai: ^1.2.1+1 copied to clipboard
Effortlessly add beautiful shimmer loading effects & skeleton screens to any Flutter widget. Highly customizable, no external shimmer package needed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shimmer_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shimmer_ai: ^1.2.1+1Alternatively, your editor might support 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';