# 引言

A new Flutter project. About blockchain chat channel app

> Complete the chat achievement to get points rewards, TC

## Chat Achievement Rules(tentative)

| Achievement | Bonus | Require       |
| ----------- | ----- | ------------- |
| 新人          | 1     | 完成首次发言(一次性)   |
| 居民          | 5     | 完成100次对话(一次性) |
| 精华          | 20    | 发布精华文章        |
| 置顶          | 50    | 发布文章在专栏被置顶    |
| 点赞          | 5     | 他人对你的内容进行点赞   |
| 收藏          | 5     | 他人收藏了你的文章     |
| 活动          | \*    | 在活动中完成对应成就    |

## 敏感词库flutter

作为聊天应用，运营地区敏感词库必须随时保持更新，链上数据将强制性完善，完善的词库信息由区块链从gist同步,该词库由链上自动修复。

[Sensitive vocabulary](https://github.com/MTMCA/assets/tree/main/senitive_vocabulary)

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

* [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
* [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.evergreenstudio.dev/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
