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 (