# sail **Repository Path**: ddchub/sail ## Basic Information - **Project Name**: sail - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-08 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README English | [简体中文](./README_zh-CN.md) # Sail ![Flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white) ![Rust](https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white) ![Kotlin](https://img.shields.io/badge/Kotlin-0095D5?&style=for-the-badge&logo=kotlin&logoColor=white) ![Swift](https://img.shields.io/badge/Swift-FA7343?style=for-the-badge&logo=swift&logoColor=white) ![iOS](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white) ![Android](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white) [![Flutter](https://github.com/sail-tunnel/sail/actions/workflows/flutter.yml/badge.svg)](https://github.com/sail-tunnel/sail/actions/workflows/flutter.yml) A flutter application for [V2Board](https://github.com/v2board/v2board) ~~and [SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)~~ support iOS application not Android now, I don't have android devices, LOL. recreation of [Mohammad Reza Farahzad's design](https://dribbble.com/shots/14028358-VPN-App-Ui-Design?utm_source=Clipboard_Shot&utm_campaign=mrfarahzad&utm_content=VPN%20App%20Ui%20Design&utm_medium=Social_Share) **IF THIS PROJECT HELPS YOU, PLEASE GIVE ME A LITTLE STAR⭐️.** ## Screenshots Screenshot Screenshot Screenshot ## Resources - [Mohammad Reza Farahzad's design](https://dribbble.com/shots/14028358-VPN-App-Ui-Design?utm_source=Clipboard_Shot&utm_campaign=mrfarahzad&utm_content=VPN%20App%20Ui%20Design&utm_medium=Social_Share) - [flat flags](https://github.com/wobblecode/flat-flags) ## Contact me [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/sail-tunnel) [![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sail-tunnel@gmail.com) ## TODOS: - [x] Support android devices. - [ ] Dart ffi with iOS and android to control vpn. - [x] Order page - [x] My settings page - [x] Servers list page support ping action. - [ ] Refactor colors by material theme. ## Environment - Flutter 3.0.1 - Dart 2.17.1 - macOS 12.4 - IntelliJ IDEA 2022.1.1 (Ultimate Edition) (thx for [jetbrains opensource plan](https://www.jetbrains.com/opensource/)) - Xcode 13.4.1 - iOS 15.5 ## Installation ```shell flutter pub get ``` ## Develop ```shell flutter run ``` ## Build build android apk ```shell flutter build apk ``` build ios ```shell flutter build ios ```