File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+
3+ "app_name": "VPN Client",
4+ "apps_selection": "App Selection",
5+ "search": "Search",
6+ "your_location": "Your Location",
7+ "auto_select": "Auto Select",
8+ "kazakhstan": "Kazakhstan",
9+ "turkey": "Turkey",
10+ "poland": "Poland",
11+ "fastest": "Fastest",
12+ "selected_server": "Selected server",
13+ "server_selection": "Server selection",
14+ "all_servers": "All servers",
15+ "country_name": "Country name",
16+ "all_apps": "All Applications",
17+ "done": "Done",
18+ "cancel": "Cancel",
19+ "recently_searched": "Recently searched",
20+ "nothing_found": "Nothing found",
21+ "connected": "CONNECTED",
22+ "disconnected": "DISCONNECTED",
23+ "reconnecting": "RECONNECTING",
24+ "connecting": "CONNECTING",
25+ "disconnecting": "DISCONNECTING"
26+ }
Original file line number Diff line number Diff line change 1+ {
2+
3+ "app_name": "VPN Клиент",
4+ "apps_selection": "Выбор приложений",
5+ "search": "Поиск",
6+ "your_location": "Ваша локация",
7+ "auto_select": "Автовыбор",
8+ "kazakhstan": "Казахстан",
9+ "turkey": "Турция",
10+ "poland": "Польша",
11+ "fastest": "Самый быстрый",
12+ "selected_server": "Выбранный сервер",
13+ "server_selection": "Выбор сервера",
14+ "all_servers": "Все серверы",
15+ "country_name": "Название страны",
16+ "all_apps": "Все приложения",
17+ "done": "Готово",
18+ "cancel": "Отмена",
19+ "recently_searched": "Недавно искали",
20+ "nothing_found": "Ничего не найдено",
21+ "connected": "ПОДКЛЮЧЕН",
22+ "disconnected": "ОТКЛЮЧЕН",
23+ "reconnecting": "Повторное подключение",
24+ "connecting": "ПОДКЛЮЧЕНИЕ",
25+ "disconnecting": "ОТКЛЮЧЕНИЕ"
26+ }
Original file line number Diff line number Diff line change 1+ {
2+
3+ "app_name": "VPN Client",
4+ "apps_selection": "เลือกแอป",
5+ "search": "ค้นหา",
6+ "your_location": "ตำแหน่งของคุณ",
7+ "auto_select": "เลือกอัตโนมัติ",
8+ "kazakhstan": "คาซัคสถาน",
9+ "turkey": "ตุรกี",
10+ "poland": "โปแลนด์",
11+ "fastest": "เร็วที่สุด",
12+ "selected_server": "เซิร์ฟเวอร์ที่เลือก",
13+ "server_selection": "เลือกเซิร์ฟเวอร์",
14+ "all_servers": "เซิร์ฟเวอร์ทั้งหมด",
15+ "country_name": "ชื่อประเทศ",
16+ "all_apps": "แอปทั้งหมด",
17+ "done": "เสร็จสิ้น",
18+ "cancel": "ยกเลิก",
19+ "recently_searched": "การค้นหาล่าสุด",
20+ "nothing_found": "ไม่พบข้อมูล",
21+ "connected": "เชื่อมต่อแล้ว",
22+ "disconnected": "ไม่ได้เชื่อมต่อ",
23+ "reconnecting": "กำลังเชื่อมต่อใหม่",
24+ "connecting": "กำลังเชื่อมต่อ",
25+ "disconnecting": "กำลังตัดการเชื่อมต่อ"
26+ }
Original file line number Diff line number Diff line change 1+ {
2+
3+ "app_name": "VPN客户端",
4+ "apps_selection": "应用选择",
5+ "search": "搜索",
6+ "your_location": "你的位置",
7+ "auto_select": "自动选择",
8+ "kazakhstan": "哈萨克斯坦",
9+ "turkey": "土耳其",
10+ "poland": "波兰",
11+ "fastest": "最快",
12+ "selected_server": "已选择服务器",
13+ "server_selection": "服务器选择",
14+ "all_servers": "所有服务器",
15+ "country_name": "国家名称",
16+ "all_apps": "所有应用",
17+ "done": "完成",
18+ "cancel": "取消",
19+ "recently_searched": "最近搜索",
20+ "nothing_found": "未找到内容",
21+ "connected": "已连接",
22+ "disconnected": "已断开连接",
23+ "reconnecting": "重新连接",
24+ "connecting": "连接中",
25+ "disconnecting": "断开中"
26+ }
Original file line number Diff line number Diff line change 11import 'dart:async' ;
22import 'package:flutter/material.dart' ;
3- import 'package:flutter_v2ray/flutter_v2ray.dart' ;
3+ // import 'package:flutter_v2ray/flutter_v2ray.dart';
44
55enum ConnectionStatus {
66 disconnected,
@@ -20,7 +20,7 @@ class VpnState with ChangeNotifier {
2020
2121 VpnState () {
2222 // Initializing V2Ray when creating a provider
23- FlutterV2ray (onStatusChanged: (status) {}).initializeV2Ray ();
23+ // FlutterV2ray(onStatusChanged: (status) {}).initializeV2Ray();
2424 }
2525
2626 void setConnectionStatus (ConnectionStatus status) {
You can’t perform that action at this time.
0 commit comments