flutter_animated_theme 1.0.0 flutter_animated_theme: ^1.0.0 copied to clipboard
Animate theme change with circular, scale and fade animations
import 'package:flutter/material.dart';
import 'package:flutter_animated_theme_example/app.dart';
void main() => runApp(App());