# 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






[](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
## 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
[](https://t.me/sail-tunnel)
[](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
```