flutter_animated_circle 0.0.3 copy "flutter_animated_circle: ^0.0.3" to clipboard
flutter_animated_circle: ^0.0.3 copied to clipboard

A production-ready Flutter package for creating beautiful, customizable animated circular widgets. Features smooth animations, multi-segment support, scroll-triggered animations, and extensive customi [...]

example/lib/main.dart

import 'package:example/routes/app_routes.dart';
import 'package:flutter/material.dart';

void main() => runApp(const App());

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

  @override
  Widget build(BuildContext context) => MaterialApp(
    title: 'Flutter Animated Circle Example',
    theme: ThemeData(
      colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
    ),
    initialRoute: AppRoutes.home,
    onGenerateRoute: AppRoutes.onGenerateRoute,
  );
}
2
likes
150
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready Flutter package for creating beautiful, customizable animated circular widgets. Features smooth animations, multi-segment support, scroll-triggered animations, and extensive customization options. Perfect for progress indicators, pie charts, data visualization, and engaging UI elements.

Repository (GitHub)
View/report issues

Topics

#animation #circle #progress #custom-painter

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_circle