From 5ee9e78d0972cf5d00cce43a2330dbf7d642e662 Mon Sep 17 00:00:00 2001 From: kaivean Date: Wed, 9 Jun 2021 11:32:01 +0800 Subject: [PATCH] release 0.0.2 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15f1f29..1b66694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.2 + +* Migration to nullSafety for Flutter 2.x + + ## 0.0.1 * Get system proxy setting. 系统代理配置获取, Android >= 23 and IOS diff --git a/pubspec.yaml b/pubspec.yaml index ed96325..447b99f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: system_proxy 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 homepage: https://github.com/kaivean/system_proxy