Skip to content

Commit

Permalink
Update README.md (#114)
Browse files Browse the repository at this point in the history
Corrections of misspelled words.
  • Loading branch information
saintgabriel0 authored Oct 22, 2022
1 parent 9741f86 commit a52c2d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,25 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht

# Pull Requests

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:
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:

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 .
1. If its a feature, bugfix, or anything please only change code to what you specify.
1. If it's a feature, bugfix, or anything please only change the code to what you specify.
1. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
1. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
1. Pull requests _must_ be made against the `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
1. Check for existing [issues](https://github.com/nisrulz/flutter-examples/issues) first, before filing an issue.
1. Make sure you follow the set standard as all other projects in this repo do
> Make sure the package name conforms to the format: `github.nisrulz.<app_name>`
1. Have fun!


## Extra
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:
- Install `svn` using homebrew (mac/linux)
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:
- Install `svn` using homebrew (Mac/Linux)
```bash
brew install svn
```
- Copy the name of the example folder in this repo i.e `simple_material_app`
- Next replace `example_folder` in the below command:
- Next, replace `example_folder` in the below command:

```bash
svn checkout https://github.com/nisrulz/flutter-examples/trunk/example_folder
Expand All @@ -107,6 +106,7 @@ This project was created by [Nishant Srivastava](https://github.com/nisrulz/nisr
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)]
License
=======
Expand Down

0 comments on commit a52c2d5

Please sign in to comment.