diff --git a/example/lib/pages/home_page.dart b/example/lib/pages/home_page.dart index b2236b12..a1c71d06 100644 --- a/example/lib/pages/home_page.dart +++ b/example/lib/pages/home_page.dart @@ -568,6 +568,9 @@ class _HomePageState extends State { child: QuillProvider( configurations: QuillConfigurations( controller: _controller, + sharedConfigurations: QuillSharedConfigurations( + animationConfigurations: QuillAnimationConfigurations.enableAll(), + ), ), child: Column( mainAxisAlignment: MainAxisAlignment.spaceBetween,