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`.