New example - Custom Drawer (#124)

* Added new example custom_home_drawer

* Updating Package Name

* Adding Screenshot
This commit is contained in:
Vasu Gajjar
2022-10-22 23:41:23 +05:30
committed by GitHub
parent 5149889465
commit fe71b47e3e
67 changed files with 1616 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Main repository containing all the example apps demonstrating features/functiona
Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](https://flutter.io/widgets/)] [[Dart Lang](https://flutter.io/bootstrap-into-dart/)]
<img src="stateful_widget/demo_img.gif" height="300em" /> <img src="using_bottom_nav_bar/demo_img.gif" height="300em" /> <img src="dropdown_button/demo_img.gif" height="300em" /> <img src="using_stepper/demo_img.gif" height="300em" /> <img src="using_tabs/demo_img.gif" height="300em" /><img src="bottom_sheet/demo.gif" height="300em"/><img src="sliver_app_bar_example/demo_img.gif" height="300em" />
<img src="stateful_widget/demo_img.gif" height="300em" /> <img src="using_bottom_nav_bar/demo_img.gif" height="300em" /> <img src="dropdown_button/demo_img.gif" height="300em" /> <img src="using_stepper/demo_img.gif" height="300em" /> <img src="using_tabs/demo_img.gif" height="300em" /><img src="bottom_sheet/demo.gif" height="300em"/><img src="sliver_app_bar_example/demo_img.gif" height="300em" /><img src="custom_home_drawer/demo_img.jpeg" height="300em" />
## Example apps
@ -55,6 +55,7 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht
1. [Push Notifications](/push_notifications)
1. [Todo list using Provider](/todo_list_using_provider)
1. [Sliver App Bar](/sliver_app_bar_example)
1. [Custom Drawer](/custom_home_drawer)
### Complete apps with multiple features
1. [Tip Calculator](/tip_calculator)