glyph_path_flutter 1.0.0 copy "glyph_path_flutter: ^1.0.0" to clipboard
glyph_path_flutter: ^1.0.0 copied to clipboard

Flutter integration for glyph_path — converts TextPathResult into a dart:ui Path for direct Canvas rendering.

Changelog #

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.0 #

Added #

  • TextPathResult.toUiPath() — converts a glyph_path TextPathResult into a Flutter dart:ui Path, extracted out of glyph_path itself so that package can remain pure Dart with no Flutter dependency
  • Examplesexample/flutter_canvas.dart (minimal CustomPainter) and example/flutter_demo (runnable app with font selection and fill/stroke drawing modes)

Requires #

  • glyph_path >=2.0.0. Earlier glyph_path releases ship their own toUiPath() (via a dart:ui conditional export), which collides with this package's extension of the same name and fails to compile (ambiguous_extension_member_access) if both are used together.
0
likes
160
points
115
downloads

Documentation

API reference

Publisher

verified publishercrossapplication.members.co.jp

Weekly Downloads

Flutter integration for glyph_path — converts TextPathResult into a dart:ui Path for direct Canvas rendering.

Repository (GitHub)
View/report issues

Topics

#font #text #flutter #canvas

License

BSD-3-Clause (license)

Dependencies

flutter, glyph_path

More

Packages that depend on glyph_path_flutter