shimmer_ai 1.2.1
shimmer_ai: ^1.2.1 copied to clipboard
Effortlessly add shimmer loading effects to any Flutter widget with a simple one-line extension `.withShimmerAi()`. Now with extensive customization options for colors, direction, angle, and custom gr [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shimmer_aiWith Flutter:
$ flutter pub add shimmer_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
shimmer_ai: ^1.2.1Alternatively, 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';