PackageTrack
Sign in Get early access

icon_font_generator

Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

4.1.0 23K downloads/mo #2063 most downloaded on pub.dev ScerIO/icon_font_generator

What this package is like to depend on

Last release 7 months ago

15 Jan 2026

Release timing varies

gaps range from 2 weeks to 2.3 years

Nearly every release is documented

notes for 13 of 13 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

13 releases · first in 2019

1 release in the last 12 months

see the full history below

Release timeline

13 releases · Jul 2019 to Jan 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 13
  1. 4.1.0 15 Jan 2026
    Release notes
    • Migrate from flutter_lints to lints package.
    • Update SDK constraint to >=3.0.0 <4.0.0.
    • Fix lint warnings and analysis issues.
    • Add dart analyze to CI workflow.
    Open source →
    Release notes
    • Migrate from flutter_lints to lints package.
    • Update SDK constraint to >=3.0.0 <4.0.0.
    • Fix lint warnings and analysis issues.
    • Add dart analyze to CI workflow.
    Open source →
  2. 4.0.0 15 Sep 2023
    Release notes
    Open source →
  3. 3.2.0 20 Jan 2022
    Release notes
    • Can be access to icon by name in String and access to icon name
    // Return String "account"
    UiIcons.account.name;
    
    // Return _UiIconsData? instance
    // Attention! Can be null if generated icons font outdated 
    final icon = UiIcons.all['collection'];
    
    Open source →
  4. 3.1.0 26 Oct 2021
    Release notes
    • Replace pedantic with lints
    • Add naming strategy option namely - snake, camel
    • Fixed iconsMap hardcoded ui_icons.json which prevented custom out-font name
    Open source →
  5. 3.0.0 23 Oct 2021
    Release notes
    • Replaced [icon-font-generator] with [fantasticon] pull#14
    • Attribute ascent replaced by descent
    • Attribute mono removed
    • Attribute yarn added
    • Added const in dart class template issue#16
    • Upgrade dependencies
    Open source →
  6. 2.0.0 11 Mar 2021
    Release notes
    • Null-safety
    Open source →
  7. 1.0.0 27 Sep 2019
    Release notes
    • Added new flag normalize - Normalize icons sizes (Default: false)
    • Fixed bug, when an error occurs and the conversion no longer occurs (https://github.com/rbcprolabs/icon_font_generator/issues/3)
    Open source →
  8. 0.0.7 12 Aug 2019
    Release notes
    • Update requirements in readme
    Open source →
  9. 0.0.6 12 Aug 2019
    Release notes
    • Update requirements in readme
    Open source →
  10. 0.0.4 26 Jul 2019
    Release notes
    • Readme fix
    Open source →
  11. 0.0.3 26 Jul 2019
    Release notes
    • Hide error message
    Open source →
  12. 0.0.2 26 Jul 2019
    Release notes
    • Fix running as global package
    Open source →
  13. 0.0.1 26 Jul 2019
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive