From 2e3ada0eb3a96658c0f3e9dfacfae9142c428353 Mon Sep 17 00:00:00 2001 From: Fransolet Thomas Date: Thu, 31 Mar 2022 19:12:12 +0200 Subject: [PATCH] Comment animation --- lib/Screens/Debug/DebugPage.dart | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/Screens/Debug/DebugPage.dart b/lib/Screens/Debug/DebugPage.dart index 2f7c78d..bb25a43 100644 --- a/lib/Screens/Debug/DebugPage.dart +++ b/lib/Screens/Debug/DebugPage.dart @@ -29,6 +29,16 @@ class _DebugPageState extends State { child: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ + /*new Container( + width: 150, + height: 150, + child: FlareActor( + 'assets/animations/MDLF_animation.flr', + alignment: Alignment.center, + fit: BoxFit.scaleDown, + animation: 'Rotate', + ), + ),*/ new Expanded( child: new ListView.separated (