ttf_viewer
1.0.1
แอปพลิเคชันข้ามแพลตฟอร์มโอเพนซอร์สสำหรับการเรียกดูไอคอนของไฟล์ Truetype Font (.ttf) (ปกติเรียกว่า Iconfont) เขียนโดย Flutter
ภาษา: 简体中文ภาษาอังกฤษ
| Android | iOS | เว็บ | แม็กอส | หน้าต่าง | ลินเวกซ์ |
|---|---|---|---|---|---|
| ✅ไป |
iOS: เพราะมีข้อ จำกัด มากมายใน App Store คุณสามารถรวบรวมและเรียกใช้ด้วยตัวเอง
![]() | ![]() |
|---|
![]() | ![]() |
|---|
![]() | ![]() |
|---|
เว็บไซต์ออนไลน์
หน้าดาวน์โหลด
ไฟล์ตัวอย่าง TTF
เวอร์ชัน Flutter: Flutter (Channel Stable, 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 (เว็บ) • 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