ttf_viewer
1.0.1
TrueType Font(.TTF)ファイル(通常はIconFontと呼ばれる)のアイコンを閲覧するためのオープンソースクロスプラットフォームアプリケーション。
言語:简体中文英語
| アンドロイド | iOS | ウェブ | macos | Windows | Linux |
|---|---|---|---|---|---|
| ✅ | ✅行きます | ✅ | ✅ | ✅ |
iOS:アプリストアには多くの制限があるためです。自分でコンパイルして実行できます。
![]() | ![]() |
|---|
![]() | ![]() |
|---|
![]() | ![]() |
|---|
オンラインウェブサイト
ダウンロードページ
TTFサンプルファイル
フラッターバージョン:フラッター(チャネル安定、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