|
| 1 | +# Proxy Cloud |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <img src="assets/images/logo.png" alt="Proxy Cloud Logo" width="150"/> |
| 5 | +</p> |
| 6 | + |
| 7 | +## Overview |
| 8 | + |
| 9 | +Proxy Cloud is an open-source Flutter application that provides a user-friendly interface for managing V2Ray VPN configurations and Telegram MTProto proxies. The app allows users to connect to V2Ray servers and access Telegram proxies with just a few taps. |
| 10 | + |
| 11 | +## Features |
| 12 | + |
| 13 | +### V2Ray VPN |
| 14 | +- Connect to V2Ray servers with a single tap |
| 15 | +- Import configurations via subscription URLs |
| 16 | +- Manage multiple server configurations |
| 17 | +- Monitor connection status |
| 18 | +- Auto-reconnect functionality |
| 19 | + |
| 20 | +### Telegram Proxies |
| 21 | +- Browse and connect to MTProto proxies |
| 22 | +- View proxy details (country, provider, ping, uptime) |
| 23 | +- One-tap connection to Telegram via proxies |
| 24 | +- Copy proxy details to clipboard |
| 25 | + |
| 26 | +### User Interface |
| 27 | +- Modern, intuitive design with dark theme |
| 28 | +- Smooth animations and transitions |
| 29 | +- Real-time connection status indicators |
| 30 | +- Easy navigation between VPN and Proxy sections |
| 31 | + |
| 32 | +## Installation |
| 33 | + |
| 34 | +### Download |
| 35 | + |
| 36 | +| Architecture | Download Link | |
| 37 | +|-------------|---------------| |
| 38 | +| Universal | <a href="https://github.com/code3-dev/ProxyCloud/releases/latest/download/proxycloud-universal.apk"><img src="https://img.shields.io/badge/Android-Universal-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android Universal"></a> | |
| 39 | +| armeabi-v7a | <a href="https://github.com/code3-dev/ProxyCloud/releases/latest/download/proxycloud-armeabi-v7a.apk"><img src="https://img.shields.io/badge/Android-armeabi--v7a-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android armeabi-v7a"></a> | |
| 40 | +| arm64-v8a | <a href="https://github.com/code3-dev/ProxyCloud/releases/latest/download/proxycloud-arm64-v8a.apk"><img src="https://img.shields.io/badge/Android-arm64--v8a-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android arm64-v8a"></a> | |
| 41 | +| x86_64 | <a href="https://github.com/code3-dev/ProxyCloud/releases/latest/download/proxycloud-x86_64.apk"><img src="https://img.shields.io/badge/Android-x86_64-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android x86_64"></a> | |
| 42 | + |
| 43 | +### Prerequisites |
| 44 | +- Flutter SDK (version ^3.7.2) |
| 45 | +- Dart SDK |
| 46 | +- Android Studio / VS Code |
| 47 | +- Android device or emulator |
| 48 | +### Steps |
| 49 | + |
| 50 | +1. Clone the repository: |
| 51 | + ```bash |
| 52 | + git clone https://github.com/code3-dev/ProxyCloud.git |
| 53 | + cd ProxyCloud |
| 54 | + ``` |
| 55 | + |
| 56 | +2. Install dependencies: |
| 57 | + ```bash |
| 58 | + flutter pub get |
| 59 | + ``` |
| 60 | + |
| 61 | +3. Run the app: |
| 62 | + ```bash |
| 63 | + flutter run |
| 64 | + ``` |
| 65 | + |
| 66 | +## Usage |
| 67 | + |
| 68 | +### Setting up V2Ray |
| 69 | +1. Navigate to the VPN tab |
| 70 | +2. Tap on "Add License" to enter your subscription URL |
| 71 | +3. Select a server from the list |
| 72 | +4. Tap the connect button to establish a connection |
| 73 | + |
| 74 | +### Using Telegram Proxies |
| 75 | +1. Navigate to the Proxy tab |
| 76 | +2. Browse the list of available proxies |
| 77 | +3. Tap "Connect" on a proxy to open Telegram with the selected proxy |
| 78 | +4. Alternatively, copy the proxy details to manually configure in Telegram |
| 79 | + |
| 80 | +## Contributing |
| 81 | + |
| 82 | +Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute to this project. |
| 83 | + |
| 84 | +## License |
| 85 | + |
| 86 | +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
| 87 | + |
| 88 | +## Acknowledgements |
| 89 | + |
| 90 | +- [Flutter](https://flutter.dev/) - UI toolkit for building natively compiled applications |
| 91 | +- [flutter_v2ray](https://pub.dev/packages/flutter_v2ray) - Flutter plugin for V2Ray |
| 92 | +- [Provider](https://pub.dev/packages/provider) - State management solution |
| 93 | +- [url_launcher](https://pub.dev/packages/url_launcher) - URL launching capability |
| 94 | +- [http](https://pub.dev/packages/http) - HTTP requests for API communication |
| 95 | + |
| 96 | +## Contact |
| 97 | + |
| 98 | +For questions, suggestions, or issues, please open an issue on the GitHub repository. |
0 commit comments