flutter_theme_circle_animation 1.0.0 copy "flutter_theme_circle_animation: ^1.0.0" to clipboard
flutter_theme_circle_animation: ^1.0.0 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 Dart:

 $ dart pub add flutter_theme_circle_animation

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 dart pub get):

dependencies:
  flutter_theme_circle_animation: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
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.

Repository (GitHub)
View/report issues

Topics

#theme #animation #dark-mode #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_theme_circle_animation