Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario34/tesla-camera-app
https://github.com/mario34/tesla-camera-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mario34/tesla-camera-app
- Owner: Mario34
- Created: 2023-08-08T03:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T03:43:52.000Z (over 1 year ago)
- Last Synced: 2023-09-13T12:01:53.614Z (over 1 year ago)
- Language: Dart
- Size: 60.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tesla Camera
特斯拉行车记录仪添加时间水印桌面端(Mac、Windows)
- 使用方式:点击界面文件夹图标,然后选择`TeslaCam`文件夹导入### [安装包下载](https://github.com/Mario34/tesla-camera-app/releases)
### 效果图
### Flutter doctor
- Mac OS
```shell
[✓] Flutter (Channel stable, 3.10.5, on macOS 12.5 21G72 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.1)
[✓] VS Code (version 1.73.1)
[✓] Connected device (2 available)
```
- Windows```shell
[√] Flutter (Channel stable, 3.10.5, on Microsoft Windows [版本 10.0.22621.1992], locale zh-CN)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.6.4)
[√] Android Studio (version 2022.2)
[√] Connected device (3 available)
```### 打包
- Mac OS
> 使用`create-dmg`,脚本位于 `/shell/sh_dmg.sh`- Windows
> 使用`InnoSetup`,[参考文档](https://juejin.cn/post/7108928269285589000),脚本位于 `/shell/TeslaCam.iss`