Skip to content

haysuperman/meiqia

 
 

Repository files navigation

meiqia_plugin

a flutter plugin for meiqiaSDK

Getting Started

初始化

MeiqiaPlugin.initMeiQia("YourAppKey");

跳转聊天界面

  MeiqiaPlugin.chat(userID: "userId", userInfo: {
                     "name": "金甲战士",
                     "gender": "男",
                     "tel": "18812345678",
                     "comment":"备注信息"
                   });

About

a flutter plugin for meiqiaSDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 39.8%
  • Dart 20.6%
  • Objective-C 14.0%
  • Java 13.4%
  • Ruby 10.5%
  • Shell 1.7%