-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: AgoraIO-Extensions/Agora-Flutter-RTM-SDK
base: 2.2.1
head repository: AgoraIO-Extensions/Agora-Flutter-RTM-SDK
compare: main
- 8 commits
- 20 files changed
- 3 contributors
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 985c67a - Browse repository at this point
Copy the full SHA 985c67aView commit details
Commits on Oct 14, 2024
-
[ci] Fix CI failed after bumping iris_method_channel minSdkVersion to…
… 21 (#178) Fix CI failed after bumping iris_method_channel minSdkVersion to 21 AgoraIO-Extensions/iris_method_channel_flutter#106 Failed job https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/actions/runs/11324867575/job/31490572452?pr=177
Configuration menu - View commit details
-
Copy full SHA for 1692987 - Browse repository at this point
Copy the full SHA 1692987View commit details -
fix: Fix use incorrect length value in RtmClientImplOverride.publish/…
…StreamChannelImpl.publishTopicMessage (#177) For example, the `RtmClientImplOverride.publish` redirects to the `publishBinaryMessage` internally, but the `length` still uses the `length` of the string `message`. It should be the length of the `Uint8List.fromList(utf8.encode(message))`.
Configuration menu - View commit details
-
Copy full SHA for b8e9ed1 - Browse repository at this point
Copy the full SHA b8e9ed1View commit details
Commits on Oct 23, 2024
-
feat: Update iris_method_channel: ^2.2.2 (#179)
Apply this fix AgoraIO-Extensions/iris_method_channel_flutter#108
Configuration menu - View commit details
-
Copy full SHA for 4e870a4 - Browse repository at this point
Copy the full SHA 4e870a4View commit details
Commits on Oct 25, 2024
-
Update iris_method_channel constraint to >= 2.2.2 for improved compat…
…ibility (#181) Update the `iris_method_channel` constraint to >= 2.2.2, allowing greater flexibility for compatibility with `iris_method_channel` 2.x.x and even future 3.x.x versions
Configuration menu - View commit details
-
Copy full SHA for 250314c - Browse repository at this point
Copy the full SHA 250314cView commit details
Commits on Oct 29, 2024
-
[example] Integrate with agora_rtc_engine (#180)
Some customers encountered issues when integrating with `agora_rtc_engine`. To address this, additional configurations are required during the integration process.
Configuration menu - View commit details
-
Copy full SHA for 086736c - Browse repository at this point
Copy the full SHA 086736cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9f22b - Browse repository at this point
Copy the full SHA 4c9f22bView commit details -
Prepare releasing **2.2.2** After this pull request is merged, the following steps below will be going on: * Create tag for **2.2.2** * Publish to pub.dev * Create Github release for **2.2.2** *This pull request is opened by bot* Co-authored-by: littleGnAl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40cf5be - Browse repository at this point
Copy the full SHA 40cf5beView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.1...main