Skip to content

Commit

Permalink
update the read me, update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Abedalkareem committed Nov 4, 2023
1 parent 30b203a commit a6c6135
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![pub package](https://img.shields.io/pub/v/games_services.svg)](https://pub.dartlang.org/packages/games_services)
<a href="https://www.buymeacoffee.com/abedalkareem" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 20px !important;width: 100px !important; box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" > </a>
[![pub package](https://img.shields.io/pub/v/scale.svg)](https://pub.dartlang.org/packages/scale)
[![Telegram](https://img.shields.io/badge/chat-telegram-0088cc)](https://t.me/+NvUXzshmIg44N2M0)
[![Youtube](https://img.shields.io/badge/subscribe-youtube-c4302b)](https://www.youtube.com/c/Omreyh)
[![Twitter](https://img.shields.io/badge/follow-twitter-00acee)](https://twitter.com/abedalkareemomr)
[![Youtube](https://img.shields.io/badge/subscribe-youtube-c4302b)](https://www.youtube.com/@AkDebuging)
[![Twitter](https://img.shields.io/badge/follow-x-000000)](https://x.com/akdebuging)
[![Coffee](https://img.shields.io/badge/buy%20me%20a-coffee-orange)](https://www.buymeacoffee.com/akdebuging)

<img src="https://github.com/Abedalkareem/games_services/raw/master/logo.png" width="200"/>

Expand Down Expand Up @@ -49,8 +49,8 @@ You can support this project by:
1- Checking my [apps](https://apps.apple.com/us/developer/id928910207).
2- Star the repo.
3- Share the repo with your friends.
4- [Buy Me A Coffee](https://www.buymeacoffee.com/abedalkareem).
4- [Buy Me A Coffee](https://www.buymeacoffee.com/akdebuging).

## Follow me ❤️

[Facebook](https://www.facebook.com/Abedalkareem.Omreyh/) | [Twitter](https://twitter.com/abedalkareemomr) | [Instagram](https://instagram.com/abedalkareemomreyh/) | [Youtube](https://www.youtube.com/user/AbedalkareemOmreyh)
[Facebook](https://www.facebook.com/Abedalkareem.Omreyh/) | [Twitter](https://twitter.com/akdebuging) | [Instagram](https://instagram.com/abedalkareemomreyh/) | [Youtube](https://www.youtube.com/@akdebuging)
4 changes: 4 additions & 0 deletions games_services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0
- migrate to google play games services 2.0.0.
- use darwin folder for iOS and macOS.

## 3.0.3
- Fix gradle issue by @Skyost
- add getPlayer by @theLee3
Expand Down
22 changes: 14 additions & 8 deletions games_services/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[![pub package](https://img.shields.io/pub/v/games_services.svg)](https://pub.dartlang.org/packages/games_services)
[![pub package](https://img.shields.io/pub/v/scale.svg)](https://pub.dartlang.org/packages/scale)
[![Telegram](https://img.shields.io/badge/chat-telegram-0088cc)](https://t.me/+NvUXzshmIg44N2M0)
[![Youtube](https://img.shields.io/badge/subscribe-youtube-c4302b)](https://www.youtube.com/@AkDebuging)
[![Twitter](https://img.shields.io/badge/follow-x-000000)](https://x.com/akdebuging)
[![Coffee](https://img.shields.io/badge/buy%20me%20a-coffee-orange)](https://www.buymeacoffee.com/akdebuging)

<img src="https://github.com/Abedalkareem/games_services/raw/master/logo.png" width="200"/>

Expand All @@ -14,7 +18,7 @@ A Flutter plugin to support game center and google play games services.

## Tutorials

[Written tutorial](https://bit.ly/2yv1C00)
[Written tutorial](https://bit.ly/flutter_games_services)

Video tutorial
*Will be added soon.*
Expand All @@ -25,16 +29,17 @@ Monkey Banana [Android](https://play.google.com/store/apps/details?id=com.jostud
[Nonogram Colors](https://play.google.com/store/apps/details?id=com.tbuonomo.nonogramcolordot) by @tommybuonomo.
[Ripple Effect Puzzle](https://play.google.com/store/apps/details?id=com.tbuonomo.rippleeffectpuzzle) by @tommybuonomo.
Lights: A Memory Game [Android](https://play.google.com/store/apps/details?id=us.leephillips.lights) & [iOS](https://apps.apple.com/us/app/lights-a-memory-game/id1580230611) by @theLee3.

TTG - Through The Galaxies 🚀 casual game . [Android](https://play.google.com/store/apps/details?id=dev.app2pack.ttg) & [iOS](https://apps.apple.com/app/ttg-through-the-galaxy/id6444870791) by [@imaNNeo](https://github.com/imaNNeo)

## Documentation

Check the docs folder for documentation and how to use the plugin.

## Installing
Simply add the following line to your pubspec.yaml file:
``` yaml
dependencies:
games_services: any # <-- Add this line
Simply add `games_services` as a dependency in your `pubspec.yaml` by running the following command:

``` console
$ flutter pub add games_services
```

## Support me 🚀
Expand All @@ -44,7 +49,8 @@ You can support this project by:
1- Checking my [apps](https://apps.apple.com/us/developer/id928910207).
2- Star the repo.
3- Share the repo with your friends.
4- [Buy Me A Coffee](https://www.buymeacoffee.com/akdebuging).

## Follow me ❤️

[Facebook](https://www.facebook.com/Abedalkareem.Omreyh/) | [Twitter](https://twitter.com/abedalkareemomr) | [Instagram](https://instagram.com/abedalkareemomreyh/) | [Youtube](https://www.youtube.com/user/AbedalkareemOmreyh)
[Facebook](https://www.facebook.com/Abedalkareem.Omreyh/) | [Twitter](https://twitter.com/akdebuging) | [Instagram](https://instagram.com/abedalkareemomreyh/) | [Youtube](https://www.youtube.com/@akdebuging)
9 changes: 4 additions & 5 deletions games_services/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ packages:
games_services_platform_interface:
dependency: "direct main"
description:
path: games_services_platform_interface
ref: HEAD
resolved-ref: "257b49b3c3d716d6631e2127fa7a95894a737a33"
url: "https://github.com/Abedalkareem/games_services"
source: git
name: games_services_platform_interface
sha256: db4a4c38914d8a235f7bb9173979e136509699684a15f7385ef75a45cc2830e1
url: "https://pub.dev"
source: hosted
version: "4.0.0"
lints:
dependency: transitive
Expand Down
8 changes: 4 additions & 4 deletions games_services/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
flutter:
sdk: flutter

games_services_platform_interface: # ^4.0.0
games_services_platform_interface: ^4.0.0
# path: ../games_services_platform_interface/
# uncomment in time of development.
git:
url: https://github.com/Abedalkareem/games_services
path: games_services_platform_interface
# git:
# url: https://github.com/Abedalkareem/games_services
# path: games_services_platform_interface

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions games_services_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.0
- migrate to google play games services 2.0.0.
- use darwin folder for iOS and macOS.

## 3.0.3
- add getPlayer by @theLee3

Expand Down

0 comments on commit a6c6135

Please sign in to comment.