From 6c364d04236518a596c0756da35bffe038ea5827 Mon Sep 17 00:00:00 2001 From: Rushabh Shroff Date: Mon, 24 Aug 2026 13:29:56 +0530 Subject: [PATCH 1/3] Bump version to 0.2.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1d0ec52..28a48aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_system_proxy description: A Flutter Plugin to detect System proxy. When using HTTP client that are not proxy aware this plugin can help with finding the proxy from system settings which then can be used with HTTP Client to make a successful request. -version: 0.2.0 +version: 0.2.1 homepage: https://github.com/BrowserStackCE/flutter_system_proxy.git environment: From 19da9c528f946ea00594464889e87d6cda126151 Mon Sep 17 00:00:00 2001 From: Rushabh Shroff Date: Mon, 24 Aug 2026 14:19:15 +0530 Subject: [PATCH 2/3] Update description --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 28a48aa..1cdf0d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_system_proxy -description: A Flutter Plugin to detect System proxy. When using HTTP client that are not proxy aware this plugin can help with finding the proxy from system settings which then can be used with HTTP Client to make a successful request. +description: A Flutter plugin to detect system proxy settings, helping non-proxy-aware HTTP clients retrieve proxy configurations for successful network requests. version: 0.2.1 homepage: https://github.com/BrowserStackCE/flutter_system_proxy.git From d40c1e8191f3cdf2eed79e05c44acbb2c3f40b2b Mon Sep 17 00:00:00 2001 From: Rushabh Shroff Date: Mon, 24 Aug 2026 14:23:26 +0530 Subject: [PATCH 3/3] Fix License --- LICENSE | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f9c7afb..f49a4e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -175,7 +175,18 @@ END OF TERMS AND CONDITIONS - Copyright (c) 2021, BrowserStack Limited. https://www.browserstack.com + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.