# meiqia **Repository Path**: mrnew/meiqia ## Basic Information - **Project Name**: meiqia - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-02 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meiqia_plugin a flutter plugin for meiqiaSDK ## Getting Started 初始化 ```dart MeiqiaPlugin.initMeiQia("YourAppKey"); ``` 跳转聊天界面 ```dart MeiqiaPlugin.chat(userID: "userId", userInfo: { "name": "金甲战士", "gender": "男", "tel": "18812345678", "comment":"备注信息" }); ```