From dde2ae6f52ebeda2acc6b9cc662b2a8503f74229 Mon Sep 17 00:00:00 2001 From: Sneha Canopas <92501869+cp-sneha-s@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:32:30 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43b2152..a27938d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +

+ # animated_reorderable_list This library is a powerful and easy-to-use solution for implementing animated list and grid with drag-and-drop functionality in Flutter. @@ -212,6 +214,8 @@ We welcome and appreciate any suggestions you may have for improvement. For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/animated_reorderable_list/issues). + + ## Acknowledgments This library builds upon the foundation laid by the incredible work of the Flutter team. The core logic for animated list and drag-and-drop functionality are derived from Flutter's native widgets, specifically `AnimatedList` and `ReorderableListView`.