From b8a0fb3eff7ba353d5207487d7988ba7941f0651 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Thu, 26 Feb 2026 12:35:41 -0800 Subject: [PATCH] axisAlignment is deprecated in beta causing PRs to fail checks --- animations/lib/src/misc/animated_list.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/animations/lib/src/misc/animated_list.dart b/animations/lib/src/misc/animated_list.dart index 6e774d9904c..0144e6f7187 100644 --- a/animations/lib/src/misc/animated_list.dart +++ b/animations/lib/src/misc/animated_list.dart @@ -49,6 +49,7 @@ class _AnimatedListDemoState extends State { parent: animation, curve: const Interval(0.0, 1.0), ), + // ignore: deprecated_member_use axisAlignment: 0.0, child: _buildItem(user), ),