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
1.[Simple Material App](/simple_material_app)[](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/simple_material_app)
1.[Load local image](/load_local_image)[](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/load_local_image)
27
-
1.[Load local json](/load_local_json)[](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/load_local_json)
1.[Image from Network](/image_from_network)[](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/image_from_network)
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:
62
62
63
-
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 .
64
-
2. If its a feature, bugfix, or anything please only change code to what you specify.
65
-
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
66
-
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
67
-
5. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) first, before filing an issue.
68
-
6. Make sure you follow the set standard as all other projects in this repo do
63
+
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 .
64
+
1. If its a feature, bugfix, or anything please only change code to what you specify.
65
+
1. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
66
+
1. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
67
+
1. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) first, before filing an issue.
68
+
1. Make sure you follow the set standard as all other projects in this repo do
69
69
> Make sure the package name conforms to the format: `github.nisrulz.<app_name>`
70
-
7. Have fun!
70
+
1. Have fun!
71
71
72
-
> P.S. : I saw if you use Adblocker then Gitzip downloads an empty `zip` file, so disable Adblocker to get the correct `zip` file.
73
72
74
-
### Created & Maintained By
73
+
## Extra
74
+
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:
75
+
- Install `svn` using homebrew (mac/linux)
76
+
```bash
77
+
brew install svn
78
+
```
79
+
- Copy the name of the example folder in this repo i.e `simple_material_app`
80
+
- Next replace `example_folder`in the below command:
This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisrulz.github.io#nishant-srivastava) but hopefully developed and maintained by many others. See the [the list of contributors here](https://github.com/nisrulz/flutter-examples/graphs/contributors).
82
93
83
-
# License
94
+
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)]
95
+
96
+
License
97
+
=======
84
98
85
99
Copyright 2017 Nishant Srivastava
86
100
@@ -94,4 +108,4 @@ I welcome and encourage all pull requests. It usually will take me within 24-48
94
108
distributed under the License is distributed on an "AS IS" BASIS,
95
109
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
96
110
See the License for the specific language governing permissions and
0 commit comments