codifyiq_ai_progress_indicator 1.0.0
codifyiq_ai_progress_indicator: ^1.0.0 copied to clipboard
A subtle shimmer progress indicator for AI-enabled actions, with theme-derived colors and a configurable shimmer sweep.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add codifyiq_ai_progress_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
codifyiq_ai_progress_indicator: ^1.0.0Alternatively, 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:codifyiq_ai_progress_indicator/codifyiq_ai_progress_indicator.dart';