Skip to content

Commit b55377c

Browse files
committed
2 parents 5baf704 + 03a9823 commit b55377c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

readme.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ This repository containing links of all the example apps demonstrating features/
193193

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

196+
1. [audioplayers - A Flutter plugin to play multiple simultaneously audio files, works for Android and iOS.](https://pub.dartlang.org/packages/audioplayers)
197+
198+
1. [flame - A minimalist Flutter game engine.](https://pub.dartlang.org/packages/flame)
199+
196200
## Dart Aqueduct Backend Course (Source Code + YouTube Link)
197201

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

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

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

222225
### Created & Maintained By
223226

0 commit comments

Comments
 (0)