Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问许可证需确认审计通过

syncfusion-flutter-chatsyncfusion Flutter 聊天

Agent Skill

syncfusion-flutter-chat 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

624

周安装

26

GitHub Stars

1

下载量

208
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-flutter-chat(syncfusion Flutter 聊天)
来源仓库:https://github.com/syncfusion/flutter-ui-components-skills
仓库路径:skills/syncfusion-flutter-chat
安装命令:
npx skills add https://github.com/syncfusion/flutter-ui-components-skills --skill syncfusion-flutter-chat
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/flutter-ui-components-skills --skill syncfusion-flutter-chat

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或文件读写操作。
  • syncfusion-flutter-chat 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Syncfusion Flutter Chat & AI AssistView

This skill covers two related Syncfusion Flutter components for conversational UI: SfChat (Chat widget) and SfAIAssistView (AI AssistView widget). While they share many visual and configuration features, they serve different primary purposes.

When to Use This Skill

Use this skill when you need to:

  • Implement chat interfaces with multi-user conversations and messaging
  • Add AI assistant functionality with request-response patterns
  • Build messaging apps with incoming/outgoing message support
  • Create AI chatbot interfaces with AI service integration
  • Display conversation UI with messages, avatars, and timestamps
  • Handle message composition with text editors and action buttons
  • Customize message appearance with builders, themes, and styling
  • Support placeholder screens for empty conversation states
  • Enable suggestion chips for quick responses or actions
  • Integrate toolbar actions for response messages (like, copy, retry)
  • Show loading indicators for AI response generation
  • Implement RTL support for right-to-left languages

Choosing the Right Component

Use SfChat (Chat Widget) when:

  • You need multi-user conversation interfaces
  • Your app requires incoming and outgoing messages differentiation
  • You need traditional messaging app functionality (WhatsApp, Telegram style)
  • Building chat for: team collaboration, customer support, social messaging, group chats
  • Message suggestions should appear on both incoming/outgoing messages
  • You need to identify the outgoing user explicitly

Use SfAIAssistView (AI AssistView Widget) when:

  • You need AI assistant or chatbot functionality
  • Your primary goal is request-response patterns with AI services
  • You need toolbar items on response messages (like, dislike, copy, retry)
  • You need loading indicators while AI generates responses
  • Building UI for: AI assistants, chatbots, help bots, Q&A interfaces
  • Message suggestions should only appear on AI response messages
  • You need clear request vs response message distinction

Key Differences Summary:

FeatureSfChatSfAIAssistView
Primary PurposeMulti-user messagingAI assistant interaction
Message TypesIncoming/OutgoingRequest/Response
User IdentificationoutgoingUser propertyAuthor in each message
SuggestionsOn any messageOnly on response messages
Toolbar Items❌ Not supported✅ Response toolbar support
Loading Indicator❌ Not included✅ Response loading builder
Use CaseChat apps, messagingAI chatbots, assistants
Message ClassesChatMessageAssistMessage
Composer ClassesChatComposerAssistComposer
Action Button ClassesChatActionButtonAssistActionButton

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • Installation and package setup for both components
  • Basic SfChat implementation
  • Basic SfAIAssistView implementation
  • Package dependencies and imports
  • Quick comparison and first examples

Component Overview

📄 For Chat: references/chat-overview.md

  • SfChat widget overview and features
  • When to use Chat vs AI AssistView
  • Multi-user conversation capabilities
  • Incoming/outgoing message patterns
  • Chat-specific capabilities
  • Basic chat configuration

📄 For AI AssistView: references/aiassistview-overview.md

  • SfAIAssistView widget overview and features
  • When to use AI AssistView vs Chat
  • Request/response patterns
  • AI integration capabilities
  • AIAssistView-specific capabilities
  • Basic AIAssistView configuration

Conversation Area and Messages

📄 Read: references/conversation-area.md

  • Message structure and display
  • Incoming/outgoing messages (Chat)
  • Request/response messages (AIAssistView)
  • Message settings and customization
  • Headers and timestamps
  • Footers and additional info
  • Message avatars
  • Content area styling
  • Message suggestions (both components)
  • Toolbar items (AIAssistView only)
  • Loading indicators (AIAssistView only)

Composer and Input

📄 Read: references/composer.md

  • Default composer configuration
  • Text editor customization
  • Minimum and maximum lines
  • Decoration and styling
  • Hint text and placeholders
  • Borders and padding
  • Prefix and suffix icons
  • Text style customization
  • Margin configuration
  • Custom composer builder

Action Button

📄 Read: references/action-button.md

  • Action button overview
  • Send button functionality
  • Custom child widgets
  • onPressed callback
  • Tooltip text
  • Colors (foreground, background, focus, hover, splash)
  • Elevation settings
  • Mouse cursor customization
  • Shape and border radius
  • Margin and size

Placeholder

📄 Read: references/placeholder.md

  • Placeholder builder overview
  • Custom placeholder widgets
  • Empty conversation state design
  • Welcome messages
  • Getting started hints
  • Examples for both components

Theming and Customization

📄 Read: references/theming.md

  • Theme overview (Chat vs AIAssistView)
  • SfChatTheme and SfAIAssistViewTheme
  • Action button theming
  • Avatar colors and styling
  • Message background colors
  • Content text styles
  • Header text styles
  • Suggestion styling
  • Message shapes and borders
  • Toolbar theming (AIAssistView only)

Localization and Accessibility

📄 Read: references/right-to-left.md

  • Right-to-left (RTL) support
  • Directionality widget usage
  • RTL rendering for all elements
  • RTL for placeholder
  • RTL for composer
  • RTL for action button
  • RTL for messages and content

Common Patterns

📄 Read: references/common-patterns.md

  • Message settings customization
  • Custom composer with multiple actions
  • Custom placeholder for empty state
  • Loading indicator for AI responses
  • Theming for consistent brand experience

Quick Start Examples

Basic Chat with Messages

import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_chat/chat.dart';

class MyChat extends StatefulWidget {
  @override
  State<MyChat> createState() => _MyChatState();
}

class _MyChatState extends State<MyChat> {
  List<ChatMessage> _messages = <ChatMessage>[];

  @override
  void initState() {
    super.initState();
    _messages = <ChatMessage>[
      ChatMessage(
        text: 'Hi! How can I help you today?',
        time: DateTime.now(),
        author: const ChatAuthor(
          id: '123-001',
          name: 'John Doe',
        ),
      ),
      ChatMessage(
        text: 'I need help with my order.',
        time: DateTime.now(),
        author: const ChatAuthor(
          id: '123-002',
          name: 'Jane Smith',
        ),
      ),
    ];
  }

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('Chat')),
      body: SfChat(
        messages: _messages,
        outgoingUser: '123-002',
        composer: const ChatComposer(
          decoration: InputDecoration(
            hintText: 'Type a message',
          ),
        ),
        actionButton: ChatActionButton(
          onPressed: (String newMessage) {
            setState(() {
              _messages.add(
                ChatMessage(
                  text: newMessage,
                  time: DateTime.now(),
                  author: const ChatAuthor(
                    id: '123-002',
                    name: 'Jane Smith',
                  ),
                ),
              );
            });
          },
        ),
      ),
    );
  }
}

Basic AI AssistView with AI Integration

import 'package:flutter/material.dart';
import 'package:syncfusion_flutter_chat/assist_view.dart';

class MyAIAssistView extends StatefulWidget {
  @override
  State<MyAIAssistView> createState() => _MyAIAssistViewState();
}

class _MyAIAssistViewState extends State<MyAIAssistView> {
  List<AssistMessage> _messages = <AssistMessage>[];

  void _generateAIResponse(String userRequest) async {
    // Call your AI service here
    final String aiResponse = await _getAIResponse(userRequest);
    setState(() {
      _messages.add(
        AssistMessage.response(
          data: aiResponse,
          time: DateTime.now(),
          author: const AssistMessageAuthor(
            id: 'ai-001',
            name: 'AI Assistant',
          ),
        ),
      );
    });
  }

  Future<String> _getAIResponse(String request) async {
    // Connect with your preferred AI service
    // Example: OpenAI, Google AI, Azure AI, etc.
    await Future.delayed(Duration(seconds: 2)); // Simulate API call
    return 'This is a response to: $request';
  }

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('AI Assistant')),
      body: SfAIAssistView(
        messages: _messages,
        composer: const AssistComposer(
          decoration: InputDecoration(
            hintText: 'Ask me anything',
          ),
        ),
        actionButton: AssistActionButton(
          onPressed: (String userRequest) {
            setState(() {
              _messages.add(
                AssistMessage.request(
                  data: userRequest,
                  time: DateTime.now(),
                  author: const AssistMessageAuthor(
                    id: 'user-001',
                    name: 'User',
                  ),
                ),
              );
              _generateAIResponse(userRequest);
            });
          },
        ),
        placeholderBuilder: (BuildContext context) {
          return const Center(
            child: Text(
              'What can I help you with today?',
              style: TextStyle(fontSize: 16),
            ),
          );
        },
      ),
    );
  }
}

Chat with Suggestions

SfChat(
  messages: <ChatMessage>[
    ChatMessage(
      text: 'Which programming language should I learn?',
      time: DateTime.now(),
      author: const ChatAuthor(id: '1', name: 'Alice'),
    ),
    ChatMessage(
      text: 'It depends on your goals. What interests you?',
      time: DateTime.now(),
      author: const ChatAuthor(id: '2', name: 'Bob'),
      suggestions: <ChatMessageSuggestion>[
        const ChatMessageSuggestion(data: 'Web Development'),
        const ChatMessageSuggestion(data: 'Mobile Apps'),
        const ChatMessageSuggestion(data: 'Data Science'),
        const ChatMessageSuggestion(data: 'Game Development'),
      ],
    ),
  ],
  outgoingUser: '1',
)

AI AssistView with Toolbar Items

void _generateResponse(String request) async {
  final String response = await _getAIResponse(request);
  setState(() {
    _messages.add(
      AssistMessage.response(
        data: response,
        time: DateTime.now(),
        author: const AssistMessageAuthor(id: 'ai', name: 'AI'),
        toolbarItems: <AssistMessageToolbarItem>[
          const AssistMessageToolbarItem(
            content: Icon(Icons.thumb_up_outlined),
            tooltip: 'Like',
          ),
          const AssistMessageToolbarItem(
            content: Icon(Icons.thumb_down_outlined),
            tooltip: 'Dislike',
          ),
          const AssistMessageToolbarItem(
            content: Icon(Icons.copy),
            tooltip: 'Copy',
          ),
          const AssistMessageToolbarItem(
            content: Icon(Icons.restart_alt),
            tooltip: 'Regenerate',
          ),
        ],
      ),
    );
  });
}

SfAIAssistView(
  messages: _messages,
  onToolbarItemSelected: (bool selected, int messageIndex,
      AssistMessageToolbarItem item, int toolbarItemIndex) {
    // Handle toolbar action (like, dislike, copy, etc.)
    print('Toolbar item selected at index $toolbarItemIndex');
  },
)

Key Properties

SfChat Essential Properties

  • messages - List of ChatMessage objects to display
  • outgoingUser - ID of the user sending messages (distinguishes incoming/outgoing)
  • composer - ChatComposer for text input
  • actionButton - ChatActionButton for sending messages
  • placeholderBuilder - Custom widget for empty state
  • incomingMessageSettings - Settings for incoming messages
  • outgoingMessageSettings - Settings for outgoing messages
  • messageHeaderBuilder - Custom header for each message
  • messageFooterBuilder - Custom footer for each message
  • messageContentBuilder - Custom content for each message
  • messageAvatarBuilder - Custom avatar for each message

SfAIAssistView Essential Properties

  • messages - List of AssistMessage objects (request/response)
  • composer - AssistComposer for text input
  • actionButton - AssistActionButton for sending requests
  • placeholderBuilder - Custom widget for empty state
  • requestMessageSettings - Settings for request messages
  • responseMessageSettings - Settings for response messages
  • messageHeaderBuilder - Custom header for each message
  • messageFooterBuilder - Custom footer for each message
  • messageContentBuilder - Custom content for each message
  • messageAvatarBuilder - Custom avatar for each message
  • responseLoadingBuilder - Custom loading indicator while AI responds
  • onToolbarItemSelected - Callback when toolbar item is tapped
  • onSuggestionItemSelected - Callback when suggestion chip is tapped

ChatMessage / AssistMessage Properties

ChatMessage:

  • text - Message content
  • time - Timestamp of the message
  • author - ChatAuthor with id, name, and avatar
  • suggestions - List of ChatMessageSuggestion items

AssistMessage:

  • data - Message content
  • time - Timestamp of the message
  • author - AssistMessageAuthor with id, name, and avatar
  • suggestions - List of AssistMessageSuggestion items (response only)
  • toolbarItems - List of AssistMessageToolbarItem (response only)

Composer Properties (Both Components)

  • minLines - Minimum lines in text editor (default: 1)
  • maxLines - Maximum lines in text editor (default: 6)
  • decoration - InputDecoration for styling
  • margin - Space around the composer
  • textStyle - Text style for input
  • builder - Custom composer widget

Action Button Properties (Both Components)

  • child - Custom widget for button
  • onPressed - Callback when button is pressed
  • tooltip - Tooltip text
  • foregroundColor - Icon/text color
  • backgroundColor - Button background color
  • focusColor - Color when focused
  • hoverColor - Color when hovered
  • splashColor - Ripple effect color
  • elevation - Shadow elevation
  • focusElevation - Elevation when focused
  • hoverElevation - Elevation when hovered
  • highlightElevation - Elevation when pressed
  • mouseCursor - Cursor style on hover
  • shape - Button shape and border
  • margin - Space around button
  • size - Button dimensions

Message Settings Properties (Both Components)

  • showAuthorName - Show/hide author name
  • showTimestamp - Show/hide timestamp
  • showAuthorAvatar - Show/hide avatar
  • timestampFormat - DateFormat for timestamp
  • backgroundColor - Message background color
  • textStyle - Message text style
  • headerTextStyle - Header text style
  • shape - Message bubble shape
  • widthFactor - Message width relative to screen (0-1)
  • avatarSize - Avatar dimensions
  • margin - Space around message
  • padding - Padding inside message
  • avatarPadding - Padding around avatar
  • headerPadding - Padding around header
  • footerPadding - Padding around footer

Common Use Cases

For SfChat: Customer support chat, team messaging, social messaging, live chat support with multi-user conversations and incoming/outgoing message patterns.

For SfAIAssistView: AI chatbots, AI assistants, help bots, Q&A interfaces with request/response patterns, toolbar items, and loading indicators.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34%
按下载量换算71

Claude

29.75%
按下载量换算62

Cursor

18.68%
按下载量换算39

Gemini CLI

9%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills