Compare commits

..

1 Commits

Author SHA1 Message Date
chen08209
bf017cd557 Add android separates the core process
Support core status check and force restart

Optimize proxies page and access page

Update flutter and pub dependencies

Optimize more details
2025-09-19 11:22:47 +08:00
3 changed files with 8 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ import com.follow.clash.service.models.VpnOptions;
import com.follow.clash.service.models.NotificationParams;
interface IRemoteInterface {
void invokeAction(in String data, in ICallbackInterface callback);
void updateNotificationParams(in NotificationParams params);
void startService(in VpnOptions options, in IResultInterface result);
void stopService(in IResultInterface result);
void setEventListener(in IEventInterface event);
void setCrashlytics(in boolean enable);
oneway void invokeAction(in String data, in ICallbackInterface callback);
oneway void updateNotificationParams(in NotificationParams params);
oneway void startService(in VpnOptions options, in IResultInterface result);
oneway void stopService(in IResultInterface result);
oneway void setEventListener(in IEventInterface event);
oneway void setCrashlytics(in boolean enable);
}

View File

@@ -51,7 +51,7 @@ class UaItem extends ConsumerWidget {
subtitle: Text(globalUa ?? appLocalizations.defaultText),
delegate: OptionsDelegate<String?>(
title: 'UA',
options: [null, 'clash-verge/v2.4.2', 'ClashforWindows/0.19.23'],
options: [null, 'clash-verge/v1.6.6', 'ClashforWindows/0.19.23'],
value: globalUa,
onChanged: (value) {
ref

View File

@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.8.88+2025091902
version: 0.8.88+2025091901
environment:
sdk: '>=3.8.0 <4.0.0'