/flutter-ume-kit-dio-enhance

在原flutter-ume-kit-dio的基础上增加一些自定义功能

Primary LanguageDartMIT LicenseMIT

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',
));