Convert text to paths and animate them with this Flutter package

This is a pure Flutter and Dart package that allows you to convert text--both characters and icons--into paths. It can generate SVG path strings and Flutter Path objects too. Additionally, this package offers a bunch of methods you can use to animate those paths. At the core of this package is a .ttf file parser, written in pure Dart. You can, if you want to, use it to read the font tables present in your TrueType font file.