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
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:
75
+
I welcome and encourage all pull requests. It usually will take me 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure the timely addition of your request:
76
76
77
77
1. Match coding style (braces, spacing, etc.) This is best achieved using `Reformat Code` feature of Android Studio `CMD`+`Option`+`L` on Mac and `CTRL` + `ALT` + `L` on Linux + Windows .
78
-
1. If its a feature, bugfix, or anything please only change code to what you specify.
78
+
1. If it's a feature, bugfix, or anything please only change the code to what you specify.
79
79
1. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
80
-
1. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
80
+
1. Pull requests _must_ be made against the `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
81
81
1. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) first, before filing an issue.
82
82
1. Make sure you follow the set standard as all other projects in this repo do
83
83
> Make sure the package name conforms to the format: `github.nisrulz.<app_name>`
84
84
1. Have fun!
85
85
86
-
87
86
## Extra
88
-
Since the repo is pretty large now, I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:
89
-
- Install `svn` using homebrew (mac/linux)
87
+
Since the repo is pretty large now, I am sure many folks would like to download only some of the projects. To tackle that follow the steps below:
88
+
- Install `svn` using homebrew (Mac/Linux)
90
89
```bash
91
90
brew install svn
92
91
```
93
92
- Copy the name of the example folder in this repo i.e `simple_material_app`
94
-
- Next replace `example_folder`in the below command:
93
+
- Next, replace `example_folder`in the below command:
@@ -107,6 +106,7 @@ This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisr
107
106
108
107
If you appreciate my work, consider [buying me](https://www.paypal.me/nisrulz/5usd) a cup of :coffee: to keep me recharged :metal: [[PayPal](https://www.paypal.me/nisrulz/5usd)]
0 commit comments