flutter_theme_circle_animation 1.0.2 copy "flutter_theme_circle_animation: ^1.0.2" to clipboard
flutter_theme_circle_animation: ^1.0.2 copied to clipboard

A Flutter package that provides a beautiful circle reveal animation for theme switching, similar to Telegram's theme transition effect. Zero dependencies beyond Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_theme_circle_animation

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_theme_circle_animation: ^1.0.2

Alternatively, 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:flutter_theme_circle_animation/flutter_theme_circle_animation.dart';
6
likes
160
points
124
downloads

Publisher

verified publisheryoussef.tn

Weekly Downloads

A Flutter package that provides a beautiful circle reveal animation for theme switching, similar to Telegram's theme transition effect. Zero dependencies beyond Flutter.

Homepage
Repository (GitHub)
View/report issues

Topics

#theme #animation #dark-mode #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_theme_circle_animation