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: https://github.com/flutter/samples/pull/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 `///`).
pull/2807/merge
Matt Boetger 3 days ago committed by GitHub
parent e61e3a96ad
commit 2354fdc309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,6 +49,7 @@ class _AnimatedListDemoState extends State<AnimatedListDemo> {
parent: animation,
curve: const Interval(0.0, 1.0),
),
// ignore: deprecated_member_use
axisAlignment: 0.0,
child: _buildItem(user),
),

Loading…
Cancel
Save