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