ttf_viewer
1.0.1
Flut
언어 : 简体中文 영어
| 기계적 인조 인간 | iOS | 편물 | 마코스 | 창 | 리눅스 |
|---|---|---|---|---|---|
| ✅ | ✅가 | ✅ | ✅ | ✅ |
iOS : App Store에는 많은 제한이 있기 때문입니다. 직접 컴파일하고 실행할 수 있습니다.
![]() | ![]() |
|---|
![]() | ![]() |
|---|
![]() | ![]() |
|---|
온라인 웹 사이트
페이지 다운로드
TTF 샘플 파일
플러터 버전 : 플러터 (채널 안정, 3.3.5), 다트 버전 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 (웹) • 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