
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
svg-to-ttf-flutter-icons
Advanced tools
The program will ttf files & dart codes, and generate a font class.
The svg-to-ttf-flutter-icons utility is a command line tool that generates TTF (TrueType font) files and Dart code to create a font class for use in Flutter applications. This tool is designed to simplify the process of creating custom icon fonts for use in your Flutter apps.
To install svg-to-ttf-flutter-icons, run the following command:
npm install -g svg-to-ttf-flutter-icons
Once installed, you can use svg-to-ttf-flutter-icons by running the following command:
svg-to-ttf-flutter-icons generate --input=./icons --ttf=./assets/fonts/AppIcons.ttf --dart=./lib/icons/icons.dart
svg-to-ttf-flutter-icons generateIf you have the icons folder in the root of your project and want to generate the font in the assets/fonts folder and the dart file in the lib/icons folder.
This command will generate a TTF file and a Dart code file in the specified output locations based on the SVG files in the input directory. The generated class name will match the name of the TTF file (without the .ttf extension).
The following options are available when running the generate command:
--input: The path of the directory containing the SVG files to use as input. Default: ./icons.--ttf: The path of the output TTF file to generate. Default: ./assets/fonts/AppIcons.ttf.--dart: The path of the output Dart code file to generate. Default: ./lib/icons/icons.dart.Here's an example of how you might use svg-to-ttf-flutter-icons in a Flutter app:
import 'package:flutter/material.dart';
import 'package:my_app/icons/icons.dart';
class MyWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return IconButton(
icon: Icon(AppIcons.myIcon),
onPressed: () => print('Button pressed!'),
);
}
}
In this example, the AppIcons class is generated by svg-to-ttf-flutter-icons and contains a static constant for each icon in the font. You can use these constants to create Icon widgets throughout your app.
svg-to-ttf-flutter-icons is licensed under the MIT License. See the LICENSE file for more information.
FAQs
The program will ttf files & dart codes, and generate a font class.
We found that svg-to-ttf-flutter-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers