mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-24 06:21:52 +08:00
New example - Custom Drawer (#124)
* Added new example custom_home_drawer * Updating Package Name * Adding Screenshot
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user