ACM-VIT / fludget

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

Implement Padding Widget in the Widget Catalog #268

Closed AryanKhubchandani closed 3 years ago

AryanKhubchandani commented 3 years ago

Padding Widget needs to be added to the Widget Catalog. Read How to contribute to the Widget Catalog in the README for detailed steps. Make sure to include all the arguments(name, implementation, description, codeString, link and category). Refer to any widget in widgetList.dart and its own *widget*.dart file for better understanding. Showcase examples with and without using the widget. (Refer to the official docs in case of any doubts) Please attach screen shots of the same once done in the PR.

yuran09 commented 3 years ago

Hi, can you assign me to this task?

AryanKhubchandani commented 3 years ago

Sure, good luck!

yuran09 commented 3 years ago

Thank you, I'll start developing