Skip to content

Commit 1aab1d3

Browse files
authored
Feat/v2ray (#16)
Use v2ray instead of vpnclient-engine-flutter Change variable names Use enum for ConnectionStatus instead of String
1 parent 3c3e54f commit 1aab1d3

25 files changed

Lines changed: 199 additions & 833 deletions

ios/Podfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ PODS:
77
- shared_preferences_foundation (0.0.1):
88
- Flutter
99
- FlutterMacOS
10-
- vpnclient_engine_flutter (0.0.1):
11-
- Flutter
1210

1311
DEPENDENCIES:
1412
- Flutter (from `Flutter`)
1513
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
1614
- flutter_v2ray (from `.symlinks/plugins/flutter_v2ray/ios`)
1715
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
18-
- vpnclient_engine_flutter (from `.symlinks/plugins/vpnclient_engine_flutter/ios`)
1916

2017
EXTERNAL SOURCES:
2118
Flutter:
@@ -26,15 +23,12 @@ EXTERNAL SOURCES:
2623
:path: ".symlinks/plugins/flutter_v2ray/ios"
2724
shared_preferences_foundation:
2825
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
29-
vpnclient_engine_flutter:
30-
:path: ".symlinks/plugins/vpnclient_engine_flutter/ios"
3126

3227
SPEC CHECKSUMS:
3328
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
3429
flutter_native_splash: df59bb2e1421aa0282cb2e95618af4dcb0c56c29
3530
flutter_v2ray: 21ee520e013877941e2e67b3b48aed9c6870e8dc
3631
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
37-
vpnclient_engine_flutter: f6003e0a6005c7d97f81295159d59e039c8065c9
3832

3933
PODFILE CHECKSUM: f8e15f817b1bf5846cb6aad560a31cf33c165196
4034

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,10 @@
354354
inputFileListPaths = (
355355
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
356356
);
357-
inputPaths = (
358-
);
359357
name = "[CP] Embed Pods Frameworks";
360358
outputFileListPaths = (
361359
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
362360
);
363-
outputPaths = (
364-
);
365361
runOnlyForDeploymentPostprocessing = 0;
366362
shellPath = /bin/sh;
367363
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";

lib/l10n/app_en.arb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"nothing_found": "Nothing found",
2121
"connected": "CONNECTED",
2222
"disconnected": "DISCONNECTED",
23-
"connecting": "CONNECTING",
24-
"disconnecting": "DISCONNECTING"
25-
26-
27-
28-
29-
23+
"reconnecting": "RECONNECTING",
24+
"connecting": "CONNECTING",
25+
"disconnecting": "DISCONNECTING"
3026
}
31-

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)