Fix windows tray issues

Support setting bypassDomain

Update flutter version

Fix android service issues

Fix macos dock exit button issues

Add route address setting

Optimize provider view
This commit is contained in:
chen08209
2024-11-09 20:17:57 +08:00
parent 9dcb53b2fe
commit d89481114f
105 changed files with 7553 additions and 8072 deletions

View File

@@ -20,7 +20,7 @@ abstract class ProxyPlatform extends PlatformInterface {
_instance = instance;
}
Future<bool?> startProxy(int port) {
Future<bool?> startProxy(int port, List<String> bypassDomain) {
throw UnimplementedError('startProxy() has not been implemented.');
}