ACM-VIT / fludget

Learn Flutter on Flutter! A widget directory with implementation samples!
MIT License
31 stars 63 forks source link

Wrong link for AnimatedList widget #182

Closed AryanKhubchandani closed 2 years ago

AryanKhubchandani commented 2 years ago

Wrong link to the official documentation is being opened for AnimatedList widget on tapping the link icon. This needs to be fixed. Official link of AnimatedList widget (https://api.flutter.dev/flutter/widgets/AnimatedList-class.html) needs to be provided for the link attribute of the WidgetModel of the given widget in the widgetList.dart file.

mike-k0 commented 2 years ago

I'll post a fix for this!