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.

example/README.md

codifyiq_ai_progress_indicator example #

import 'package:codifyiq_ai_progress_indicator/codifyiq_ai_progress_indicator.dart';
import 'package:flutter/material.dart';

class GeneratingView extends StatelessWidget {
  const GeneratingView({super.key});

  @override
  Widget build(BuildContext context) {
    return const Center(
      child: AiProgressIndicator(
        text: 'Generating summary…',
        shimmerIntensity: 0.4,
      ),
    );
  }
}

A runnable catalog demonstrating every CodifyIQ component lives in the example/ app at the repository root.

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