codifyiq_ai_progress_indicator
A subtle visual cue that an AI-enabled feature is running, distinguishing it from standard
loading states. It combines a circular progress indicator with a shimmer effect that sweeps
across the widget. Colors are derived from the app's theme by default (onSurface, primary,
tertiary) and can be tailored via a custom Theme or textStyle.
Features
- A required
textmessage displayed alongside the progress indicator. - A multi-color shimmer gradient derived from
ThemeData/ColorScheme. - Configurable
shimmerPeriod(sweep speed) andshimmerIntensity(0.0–1.0, brightness-aware). - Optional
backgroundColor,textStyle, andshowProgressIndicatorflag.
Installation
dependencies:
codifyiq_ai_progress_indicator: ^1.0.0
Usage
import 'package:codifyiq_ai_progress_indicator/codifyiq_ai_progress_indicator.dart';
const AiProgressIndicator(text: 'Generating summary…');
Part of the CodifyIQ component family · pub.dev/publishers/codifyiq.com
Libraries
- codifyiq_ai_progress_indicator
- A subtle shimmer progress indicator for AI-enabled actions.