Merge branch 'main' into remove_usesCleartextTraffic

pull/2809/head
Matt Boetger 3 weeks ago committed by GitHub
commit 516b8ed2de
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