From 586d7c2f204200fccd18f69c96bda72518e17447 Mon Sep 17 00:00:00 2001 From: Victor Choueiri Date: Wed, 21 Feb 2018 21:31:43 +0200 Subject: [PATCH] Fix broken link to AnimatedListState documentation (#14786) --- packages/flutter/lib/src/widgets/animated_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/animated_list.dart b/packages/flutter/lib/src/widgets/animated_list.dart index 6957b84208..c0f3c837d4 100644 --- a/packages/flutter/lib/src/widgets/animated_list.dart +++ b/packages/flutter/lib/src/widgets/animated_list.dart @@ -172,7 +172,7 @@ class AnimatedList extends StatefulWidget { 'This can happen when the context provided is from the same StatefulWidget that ' 'built the AnimatedList. Please see the AnimatedList documentation for examples ' 'of how to refer to an AnimatedListState object: ' - ' https://docs.flutter.io/flutter/widgets/AnimatedState-class.html\n' + ' https://docs.flutter.io/flutter/widgets/AnimatedListState-class.html \n' 'The context used was:\n' ' $context' );