Skip to content

Commit 2354fdc

Browse files
authored
axisAlignment is deprecated in beta causing PRs to fail checks (#2811)
axisAlignment has been deprecated (currently deprecated in beta). This causes sample PRs to fail. See: #2809 ## Pre-launch Checklist - [X] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [X] I signed the [CLA]. - [X] I read the [Contributors Guide]. - [X] I have added sample code updates to the [changelog]. - [X] I updated/added relevant documentation (doc comments with `///`).
1 parent e61e3a9 commit 2354fdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

animations/lib/src/misc/animated_list.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class _AnimatedListDemoState extends State<AnimatedListDemo> {
4949
parent: animation,
5050
curve: const Interval(0.0, 1.0),
5151
),
52+
// ignore: deprecated_member_use
5253
axisAlignment: 0.0,
5354
child: _buildItem(user),
5455
),

0 commit comments

Comments
 (0)