Una aplicación multiplataforma de código abierto para navegar el icono del archivo TrueType Font (.TTF) (generalmente llamado IconFont), escrito por Flutter.
Idioma: 简体中文 Inglés
| Androide | iOS | WEB | Macosa | Windows | Linux |
|---|---|---|---|---|---|
| ✅ | ✅ Ir | ✅ | ✅ | ✅ |
iOS: Porque hay muchas restricciones en la App Store. Puedes compilarlo y ejecutarlo solo.
![]() | ![]() |
|---|
![]() | ![]() |
|---|
![]() | ![]() |
|---|
Sitio web en línea
Página de descarga
Archivo de muestra TTF
Versión de Flutter: Flutter (Channel Stable, 3.3.5), Dart versión 2.18.2. Ejecutar el comando
flutter doctor -vpara verificar.
git clone https://github.com/Joehaivo/ttf_viewer cd ttf_viewerflutter devicesLa siguiente información se imprimirá después de ejecutar:
3 dispositivos conectados:
22041211ac (móvil) • A6I7PNQC8X45WGXK • Android-Arm64 • Android 13 (API 33)
macOS (escritorio) • 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