> ## Documentation Index
> Fetch the complete documentation index at: https://learn.social.plus/llms.txt
> Use this file to discover all available pages before exploring further.

# Flutter

> This page contains an overview of all relevant changes made to the Flutter SDK

<Update label="7.8.6  (20/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed community list cross-contamination caused by shared singleton state in `CommunityObserveListUseCase`.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.5  (19/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed community list sort instability during `loadNext` pagination caused by sort typo and race condition in change events.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.4  (19/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed community LiveCollection `avatarImage` always returning null due to incorrect `Future.wait` composition.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.3  (19/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed post live object children never emitting updates.
  * Fixed post live collection double-emit issue.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.2  (20/03/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed intermittent MQTT connection issues causing real-time messages to fail.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.1  (20/02/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed MQTT reaction events overwriting `myReactions` for posts.
  * Fixed race condition in channel live collections where async channel composition emitted before completion.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.8.0  (30/01/2026)" tags={["New Releases","Improvements"]}>
  ## ✨ Improvements

  * Reconfigure MQTT connection for more stability

  ## 🐞 Bug Fixes

  * Fixed optimistic story reaction count calculation
  * Fixed nullable linked user object handling

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.7.4  (31/10/2025)" tags={["New Releases","Improvements"]}>
  ## 🚨 Compatibility Changes

  #### Support 16 KB page sizes

  * Bumped Flutter version to `3.35.6`.

  ## 🐞 Bug Fixes

  * Fixed missing user information in `Reaction` object.

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version |
      | :------ | :------ |
      | Flutter | 3.35.6  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="7.7.3  (22/10/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed false positive error propagation from `logout()`.
</Update>

<Update label="7.7.1  (01/10/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed incorrect total unread count.
</Update>

<Update label="7.7.0  (30/09/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Custom Message

  * Added `createCustomMessage()` function, enables user to create messages with type `custom`.
  * Added `editCustomMessage()` function, enables user to edit messages with type `custom`.

  #### Chat Search

  * Added `searchMessage()` function, enables user to search for messages.
  * Added `searchChannels()` function, enables user to search for channels.

  #### Archive Channel

  * Added `getArchivedChannelIds()` function, enables user to retrieve channel IDs of all archived channels.

  #### User Search

  * Added `matchType` param, enables user search with `partial` match option.
</Update>

<Update label="7.6.0  (29/08/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Community Membership

  * Added `getMyMembership()` function, enables retrieval of user's own community membership.
</Update>
