From 3e6ad0147c4845499ad83e1e47d136af6cb67632 Mon Sep 17 00:00:00 2001 From: Igor Kharakhordin Date: Sun, 6 Sep 2020 00:32:09 +0700 Subject: [PATCH] Added Fontify (CLI tool for generating icon font) --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 36ccd0f..0bd5cde 100644 --- a/source.md +++ b/source.md @@ -610,6 +610,7 @@ This section contains libraries that take an experimental or unorthodox approach - [FVM](https://github.com/leoafarias/fvm) - Flutter Version Management: A simple cli to manage Flutter SDK versions. - [Environment Configuration](https://github.com/TatsuUkraine/dart_environment_config) - CLI tool to generate `.env` configurations for application environments by [TatsuUkraine](https://github.com/TatsuUkraine) - [Flutter Flavorizr](https://github.com/AngeloAvv/flutter_flavorizr) - CLI utility to easily generate flavors for Android and iOS in less than 3 minutes by [Angelo Cassano](https://github.com/AngeloAvv) +- [Fontify](https://github.com/westracer/fontify) - CLI tool to convert SVG icons to OTF font and generate Flutter-compatible class by [Igor Kharakhordin](https://github.com/westracer) ### VSCode