FluTube
使用 Flutter 下载 Youtube 视频的工具。
直接下载 AppImage
从源代码构建
- 下载最新的 Flutter SDK (>=2.2.3)
- 克隆此仓库,然后进行构建
# Download dependencies
$ flutter pub get; flutter create .
# For Direct Testing
$ flutter build <windows/apk/linux>
使用 Flutter 下载 Youtube 视频的工具。
# Download dependencies
$ flutter pub get; flutter create .
# For Direct Testing
$ flutter build <windows/apk/linux>