Skip to content

Commit c4dae28

Browse files
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: flutter/samples#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 f6df1eb commit c4dae28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)