Skip to content

Commit 8a949e0

Browse files
authored
UPDATE flutter-hms-gameservice 5.0.4+305
1 parent 2591baf commit 8a949e0

File tree

118 files changed

+2141
-3239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+2141
-3239
lines changed

flutter-hms-gameservice/CHANGELOG.md

+23-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1+
## 5.0.4+305
2+
3+
- **Breaking Changes**
4+
- Migrated to null-safety.
5+
- Modified the internal structure of the plugin. Please use import 'package:huawei_gameservice/huawei_gameservice.dart'; not to get any errors.
6+
17
## 5.0.4+304
28

3-
* Updated Huawei Game Service version to 5.0.4.303.
4-
* Added CheckUpdateCallback class for update callbacks.
5-
* Added ProductOrderInfo class for missed products.
6-
* Added UpdateInfo class for update information.
7-
* Added ApkUpgradeInfo class for upgrade information.
8-
* Added JosAppsClient.
9-
* [Breaking Change] Added JosAppsClient.init method to initialize the Huawei Game Service. This method should be called before calling any other plugin methods.
10-
* Added JosAppsClient.getAppId method to obtain app id.
11-
* Added JosAppsClient.checkAppUpdate method to obtain update callbacks.
12-
* Added JosAppsClient.showUpdateDialog method for showing update dialog.
13-
* Added JosAppsClient.releaseCallback method for releasing callbacks.
14-
* Added JosAppsClient.getMissProductOrder method to obtain missed products.
9+
- Updated Huawei Game Service version to 5.0.4.303.
10+
- Added CheckUpdateCallback class for update callbacks.
11+
- Added ProductOrderInfo class for missed products.
12+
- Added UpdateInfo class for update information.
13+
- Added ApkUpgradeInfo class for upgrade information.
14+
- Added JosAppsClient.
15+
- [Breaking Change] Added JosAppsClient.init method to initialize the Huawei Game Service. This method should be called before calling any other plugin methods.
16+
- Added JosAppsClient.getAppId method to obtain app id.
17+
- Added JosAppsClient.checkAppUpdate method to obtain update callbacks.
18+
- Added JosAppsClient.showUpdateDialog method for showing update dialog.
19+
- Added JosAppsClient.releaseCallback method for releasing callbacks.
20+
- Added JosAppsClient.getMissProductOrder method to obtain missed products.
1521

1622
## 5.0.4+303
1723

18-
* Updated HMSLogger.
19-
* Added GameScopes class for scope constants.
20-
* Fixed the bug that prevents intent methods to resolve.
21-
* Fix formatting errors.
24+
- Updated HMSLogger.
25+
- Added GameScopes class for scope constants.
26+
- Fixed the bug that prevents intent methods to resolve.
27+
- Fix formatting errors.
2228

2329
## 5.0.4+302
2430

25-
* Initial release.
31+
- Initial release.

flutter-hms-gameservice/README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
<h1 align="center">Huawei Game Service Flutter Plugin</h1>
33
</p>
44

5-
6-
75
<p align="center">
86
<a href="https://pub.dev/packages/huawei_gameservice"><img src="https://img.shields.io/pub/v/huawei_gameservice?style=for-the-badge" alt="pub.dev version"></a>
97
</p>
108

11-
129
----
1310

14-
With HUAWEI Game Service, you will have access to a range of development capabilities. You can promote your game quickly and efficiently to Huawei's vast user base by having users sign in using their HUAWEI IDs. You can also use the service to quickly implement achievements, game events, and game addiction prevention functions, build basic game capabilities at a low cost, and perform in-depth game operations based on user and content localization.
11+
With Huawei Game Service, you will have access to a range of development capabilities. You can promote your game quickly and efficiently to Huawei's vast user base by having users sign in using their Huawei IDs. You can also use the service to quickly implement achievements, game events, and game addiction prevention functions, build basic game capabilities at a low cost, and perform in-depth game operations based on user and content localization.
1512

16-
HUAWEI Game Service provides the following basic functions for your game apps:
13+
Huawei Game Service provides the following basic functions for your game apps:
1714
- Game addiction prevention
1815
- Floating window
1916
- Achievements
@@ -23,7 +20,7 @@ HUAWEI Game Service provides the following basic functions for your game apps:
2320
- Player statistics
2421
- Access to basic game information
2522

26-
The HUAWEI Game Service Flutter Plugin enables communication between HUAWEI Game Service SDK and the Flutter Platform and it exposes all capabilities provided by the HUAWEI Game Service.
23+
The Huawei Game Service Flutter Plugin enables communication between Huawei Game Service SDK and the Flutter Platform and it exposes all capabilities provided by the Huawei Game Service.
2724

2825
[Learn More](https://developer.huawei.com/consumer/en/doc/development/HMS-Plugin-Guides/introduction-0000001080980430?ha_source=hms1)
2926

@@ -40,15 +37,15 @@ Please see [pub.dev](https://pub.dev/packages/huawei_gameservice/install) and [A
4037

4138
#### Game Sign-in Requirements
4239

43-
- To implement the Game Sign-in function for players to sign in to your game using HUAWEI IDs please use the [HUAWEI Account Flutter Plugin](https://pub.dev/packages/huawei_account) plugin. After the user successfully signs in, HUAWEI Account Kit sends the verification result to your game and you can obtain the player information by calling the related APIs from Players Client.
40+
- To implement the Game Sign-in function for players to sign in to your game using Huawei IDs please use the [Huawei Account Flutter Plugin](https://pub.dev/packages/huawei_account) plugin. After the user successfully signs in, Huawei Account Kit sends the verification result to your game and you can obtain the player information by calling the related APIs from Players Client.
4441

4542
#### Testing Game Features
4643

4744
You need to have a tester account to perform the testing of some Game Features. For details about how to create a tester account, please refer to [Managing Tester Accounts](https://developer.huawei.com/consumer/en/doc/distribution/app/agc-tester_account_mgt?ha_source=hms1).
4845

4946
Before a game is released, you can use a tester account to sign in to the game and test the game achievements, leaderboards, and saved games. Avoid releasing achievements or leaderboards when the corresponding game is still undergoing tests. This is because achievement or leaderboard data changes along with game operations performed by the tester account, and it cannot be reset once they have been released.
5047

51-
Note that HUAWEI AppAssistant can display achievements, leaderboards, and saved games only after your game is released and only on devices running EMUI 10.0 or later and HUAWEI AppAssistant 10.3 or later is installed. (HUAWEI AppAssistant 10.1 or later for achievements).
48+
Note that Huawei AppAssistant can display achievements, leaderboards, and saved games only after your game is released and only on devices running EMUI 10.0 or later and Huawei AppAssistant 10.3 or later is installed. (Huawei AppAssistant 10.1 or later for achievements).
5249

5350
## Sample Project
5451

flutter-hms-gameservice/android/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.DS_Store
77
/build
88
/captures
9+
.cxx

flutter-hms-gameservice/android/build.gradle

+11-9
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ version '1.0'
33

44
buildscript {
55
repositories {
6-
maven { url 'http://developer.huawei.com/repo/' }
76
google()
8-
jcenter()
7+
mavenCentral()
8+
maven { url 'https://developer.huawei.com/repo/' }
99
}
1010

1111
dependencies {
@@ -15,25 +15,27 @@ buildscript {
1515

1616
rootProject.allprojects {
1717
repositories {
18-
maven { url 'http://developer.huawei.com/repo/' }
1918
google()
20-
jcenter()
19+
mavenCentral()
20+
maven { url 'https://developer.huawei.com/repo/' }
2121
}
2222
}
2323

2424
apply plugin: 'com.android.library'
2525

2626
android {
27-
compileSdkVersion 29
28-
buildToolsVersion "29.0.3"
27+
compileSdkVersion 30
28+
buildToolsVersion "30.0.3"
29+
2930
defaultConfig {
30-
minSdkVersion 17
31-
targetSdkVersion 29
32-
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
31+
minSdkVersion 19
32+
targetSdkVersion 30
3333
}
34+
3435
lintOptions {
3536
disable 'InvalidPackage'
3637
}
38+
3739
compileOptions {
3840
sourceCompatibility JavaVersion.VERSION_1_8
3941
targetCompatibility JavaVersion.VERSION_1_8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536M
2-
android.enableR8=true
32
android.useAndroidX=true
43
android.enableJetifier=true

flutter-hms-gameservice/android/gradlew

-185
This file was deleted.

0 commit comments

Comments
 (0)