codifyiq_ai_progress_indicator 1.0.0 copy "codifyiq_ai_progress_indicator: ^1.0.0" to clipboard
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.

codifyiq_ai_progress_indicator #

pub package

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 text message displayed alongside the progress indicator.
  • A multi-color shimmer gradient derived from ThemeData / ColorScheme.
  • Configurable shimmerPeriod (sweep speed) and shimmerIntensity (0.0–1.0, brightness-aware).
  • Optional backgroundColor, textStyle, and showProgressIndicator flag.

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

0
likes
160
points
35
downloads

Documentation

API reference

Publisher

verified publishercodifyiq.com

Weekly Downloads

A subtle shimmer progress indicator for AI-enabled actions, with theme-derived colors and a configurable shimmer sweep.

Repository (GitHub)
View/report issues

Topics

#codifyiq #ui #widget #ai

License

MIT (license)

Dependencies

flutter, shimmer

More

Packages that depend on codifyiq_ai_progress_indicator