基于dio封装多种请求方式
支持 post get put patch delete等请求方式
支持前后拦截器
提供json安全解析功能
network:
git:
url: https://github.com/flutter-packagist/network.git
/// 初始网络请求模块
HttpRequest().init();get
HttpRequest().get("url", params: {}, callBack: (data){});post
HttpRequest().post("url", params: {}, callBack: (data){});The MIT License (MIT). Please see License File for more information.