release 0.0.2

This commit is contained in:
kaivean 2021-06-09 11:32:01 +08:00
parent 2a54bc77c1
commit 5ee9e78d09
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 0.0.2
* Migration to nullSafety for Flutter 2.x
## 0.0.1 ## 0.0.1
* Get system proxy setting. 系统代理配置获取, Android >= 23 and IOS * Get system proxy setting. 系统代理配置获取, Android >= 23 and IOS

View File

@ -1,6 +1,6 @@
name: system_proxy name: system_proxy
description: A Flutter Plugin to get system plugin. Use to set dart HttpClient proxy for grabing requests. description: A Flutter Plugin to get system plugin. Use to set dart HttpClient proxy for grabing requests.
version: 0.0.1 version: 0.0.2
author: kaivean<kaivean@outlook.com> author: kaivean<kaivean@outlook.com>
homepage: https://github.com/kaivean/system_proxy homepage: https://github.com/kaivean/system_proxy