Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Dec 24, 2018
2 parents 5baf704 + 03a9823 commit b55377c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ This repository containing links of all the example apps demonstrating features/

1. [Random PK - A new Flutter package that gives a container with random color.](https://pub.dartlang.org/packages/random_pk)

1. [audioplayers - A Flutter plugin to play multiple simultaneously audio files, works for Android and iOS.](https://pub.dartlang.org/packages/audioplayers)

1. [flame - A minimalist Flutter game engine.](https://pub.dartlang.org/packages/flame)

## Dart Aqueduct Backend Course (Source Code + YouTube Link)

1. [Dart: How to Setup Aqueduct | Intro | Aqueduct](https://github.com/iampawan/DartFirstApi)[![watch](image/youtube.png)](https://youtu.be/rf6uAcAglzc)
Expand All @@ -211,13 +215,12 @@ This repository containing links of all the example apps demonstrating features/

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:

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 .
2. If its a feature, bugfix, or anything please only change code to what you specify.
3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
4. Pull requests _must_ be made against `develop` branch. Any other branch (unless specified by the maintainers) will get rejected.
5. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps/issues) first, before filing an issue.
6. Make sure you follow the set standard as all other projects in this repo do
7. Have fun!
1. Match the document style as closely as possible.
2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
3. Pull requests _must_ be made against `master` branch for this particular repository.
4. Check for existing [issues](https://github.com/iampawan/FlutterExampleApps/issues) first, before filing an issue.
5. Make sure you follow the set standard as all other projects in this repo do
6. Have fun!

### Created & Maintained By

Expand Down

0 comments on commit b55377c

Please sign in to comment.