You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,18 @@
7
7
8
8
This repository containing links of all the example apps demonstrating features/functionality/integrations in [Flutter](https://flutter.io/) application development.
1.[Flutter Beautiful Material Navigation Drawer](https://www.youtube.com/watch?v=iYH2jzUM1Nc)[](https://www.youtube.com/watch?v=iYH2jzUM1Nc)
51
+
1.[Flutter Beautiful Material Navigation Drawer](https://www.youtube.com/watch?v=iYH2jzUM1Nc)[](https://youtu.be/JWuXj0BY_s4)
@@ -60,6 +68,10 @@ This repository containing links of all the example apps demonstrating features/
60
68
61
69
1.[Flutter LifeCycle And Orientation](https://github.com/iampawan/FlutterLifeCycleAndOrientation)[](https://youtu.be/f9m_Wc4K5v0)
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
@@ -68,7 +80,7 @@ I welcome and encourage all pull requests. It usually will take me within 24-48
68
80
2. If its a feature, bugfix, or anything please only change code to what you specify.
69
81
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
70
82
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
71
-
5. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps) first, before filing an issue.
83
+
5. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps/issues) first, before filing an issue.
72
84
6. Make sure you follow the set standard as all other projects in this repo do
0 commit comments