ACM-VIT / fludget

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

Remove Cupertino Widget Section #317

Closed AryanKhubchandani closed 2 years ago

AryanKhubchandani commented 2 years ago

Cupertino Widget section needs to be removed. As only one tab will be left at the bottom, remove the BottomTabBar as well and make the changes accordingly. Change the Title of the App bar from 'Material Widget Catalog' to 'Widget Catalog'.

deltarfd commented 2 years ago

Can i work on this issue? Thank you

AryanKhubchandani commented 2 years ago

Cool, I will assign it to you.

deltarfd commented 2 years ago

@AryanKhubchandani Because Cupertino is Removed, can I remove files materialwidgets.dart and cupertinowidgets.dart and move in homepage.dart?

AryanKhubchandani commented 2 years ago

@AryanKhubchandani Because Cupertino is Removed, can I remove files materialwidgets.dart and cupertinowidgets.dart and move in homepage.dart?

Yes please, but don’t include it in homepage, maybe have a different dart file and include the class in homepage

deltarfd commented 2 years ago

@AryanKhubchandani Okay I have finished it. Thank You