Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AgoraIO-Extensions/Agora-Flutter-RTM-SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: AgoraIO-Extensions/Agora-Flutter-RTM-SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 26, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    985c67a View commit details

Commits on Oct 14, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1692987 View commit details
  2. 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))`.
    littleGnAl authored Oct 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b8e9ed1 View commit details

Commits on Oct 23, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4e870a4 View commit details

Commits on Oct 25, 2024

  1. 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
    littleGnAl authored Oct 25, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    250314c View commit details

Commits on Oct 29, 2024

  1. [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.
    littleGnAl authored Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    086736c View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4c9f22b View commit details
  3. chore: release 2.2.2 (#184)

    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]>
    github-actions[bot] and littleGnAl authored Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    40cf5be View commit details
Loading