Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 339 Bytes

flutter_ume_kit_dio

Dio kit for flutter_ume.
mainly change from the origin version:
support share response data or custom input text to dingTalk/feiShu/weChat robot 支持把网络请求数据发送到钉钉/飞书/微信机器人

PluginManager.instance.register(DioInspector(
dio: dio,
webhookUrl: 'your webhookUrl',
));