piscale_chat_flutter 3.0.12 copy "piscale_chat_flutter: ^3.0.12" to clipboard
piscale_chat_flutter: ^3.0.12 copied to clipboard

PlatformiOS

PiScale Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.

3.0.12 #

  • Minor fixes

3.0.11 #

  • Improve flow quick reaction message
  • Implement message, thread event listener
  • Implement load fonts on remote
  • Minor fixes

3.0.10 #

  • Fix unregister FCM token

3.0.9 #

  • Add initialTabIndex for PSThreads component
  • Preload messages for PSChatBot
  • Minor fixes

3.0.8 #

  • Support getThreadById

3.0.7 #

  • Now support voice message.
  • Update attachment picker UI
  • Minor fixes

3.0.6 #

  • Export fucntion getCurrentUnreadThread from PSThreadUnreadNotifier to get current unread threads.

3.0.5 #

  • Minor fixes

3.0.4 #

  • Fix markdown bugs
  • Support tap link in markdown
  • Minor fixes

3.0.3 #

  • Minor fixes

3.0.2 #

  • Minor fixes

3.0.1 #

  • Minor fixes

3.0.0 #

  • Require Dart ^3.5.0

2.7.0 #

Breaking Changes

  • New UI system.
  • New search & support search messages.
  • Provide PSHelper that contains helper functions.
  • News property on PSMessage support change background, empty messages, custom message which contains jsonPayload...
  • Old colors & typography have been deprecated.
  • Improve and minor fixes

2.6.9 #

  • Hot fix long press message

2.6.8 #

  • Minor fixes

2.6.7 #

  • Minor fixes

2.6.6 #

  • Minor fixes

2.6.5 #

  • Minor fixes

2.6.4 #

  • Minor fixes

2.6.3 #

  • Support rating session.
  • Show Bot identity/CS team/CS Agent when chat with bot.
  • Support init empty thread.
  • Minor fixes

2.6.2 #

  • Minor fixes

2.6.1 #

  • Minor fixes

2.6.0 #

  • Search Public group has been removed and added Shared inbox & PCL search.

  • Now user can left group, delete group on your side or both side, disband group.

  • Now support Promotion message type.

  • Support custom message action.

    PSMessages(
        ...
        customActions: [
          PSCustomMessageAction(
            icon: Assets.icons.icSearch.svg(),
            text: 'Custom action',
            positionInMenuOptions: 2,
            onPress: (message) {},
          ),
        ],
    );
  • Added sub-thread.
  • Added new Agent & Guest user types.
  • Minor fixes

2.5.11 #

  • Minor fixes

2.5.10 #

  • Minor fixes

2.5.9 #

  • Minor fixes
  • Changes in PSFloatingChatBot:
    • The text property have been removed. Instead, use the noticeMessage property.

2.5.8 #

  • Refactor code
  • Minor fixes

2.5.7 #

  • Add show/hide message action option

Using PSMessages

    PSMessages(
        ...
        allowedActions: [
            PSMessageAction.copy,
            PSMessageAction.delete,
        ],
    );

Using PSFloatingChatBot

    PSFloatingChatBot(
        ...
        allowedActions: [
            PSMessageAction.copy,
            PSMessageAction.delete,
        ],
    );

2.5.6 #

  • Minor fixes

2.5.5 #

  • Minor fixes

2.5.4 #

  • Minor fixes

2.5.3 #

  • Minor fixes

2.5.2 #

  • Minor fixes

2.5.1 #

  • Minor fixes
  • Improve chatbot

0.0.6 #

  • Update chatbot, fix sticker attachment

0.0.5 #

  • Minor fixes

0.0.4 #

  • Minor fixes

0.0.3 #

  • Minor fixes

0.0.2 #

  • Update doc

0.0.1 #

  • Initial release.