ttf_viewer
1.0.1
用於瀏覽TrueType字體(.TTF)文件(通常稱為IconFont)圖標的開源跨平台應用程序,由Flutter編寫。
語言:簡體中文英語
| 安卓 | ios | 網絡 | macos | 視窗 | Linux |
|---|---|---|---|---|---|
| ✅ | ✅去 | ✅ | ✅ | ✅ |
iOS:因為App Store上有許多限制。您可以自己編譯並運行它。
![]() | ![]() |
|---|
![]() | ![]() |
|---|
![]() | ![]() |
|---|
在線網站
下載頁面
TTF示例文件
Flutter版本:Flutter(通道穩定,3.3.5),DART版本2.18.2。運行
flutter doctor -v命令進行檢查。
git clone https://github.com/Joehaivo/ttf_viewer cd ttf_viewerflutter devices運行後將打印以下信息:
3個連接的設備:
22041211AC(移動)•A6I7PNQC8X45WGXK•Android-ARM64•Android 13(API 33)
MacOS(桌面)•MACOS•Darwin-Arm64•MacOS 13.0.1 22A400 DARWIN-ARM
Chrome(Web)•Chrome•Web-JavaScript•Google Chrome 109.0.5414.87
flutter run -d 22041211AC # Running on the Android device, '22041211ac' comes from the previous step
# flutter run -d macOS # Running on the macOS deviceflutter build apk --no-tree-shake-icons # Android, product: build/app/outputs/apk/release/app-release.apk
# flutter build macos --no-tree-shake-icons # macOS, product: build/macos/Build/Products/Release/TTF Viewer.app
# fluteer build web # web, product: build/web
# flutter build windows --no-tree-shake-icons # windows 10
# flutter build linux --no-tree-shake-icons # linux only test for Ubuntu 22.04npm install -g appdmg # required 'node' and 'npm' command line tools
cd installers/dmg_creator
appdmg config.json ../../build/macos/Build/Products/Release/TTF Viewer.dmg