flutter_ffi_svg 1.0.2 copy "flutter_ffi_svg: ^1.0.2" to clipboard
flutter_ffi_svg: ^1.0.2 copied to clipboard

Pure Dart SVG subset parser and painter for Flutter. No third-party SVG/XML dependencies—only the Flutter SDK.

1.0.2 #

  • Align README/metadata for pub.dev and bump version.
  • Add FfiSvg.asset(BuildContext, ...) convenience API for loading SVG from assets.

1.0.1 #

  • Add runnable example/ app.
  • Improve public API dartdoc coverage.
  • Add optional in-memory scene cache (cacheKey) for FfiSvg.string.
  • Formatting and analysis cleanups to reach pana 160/160.

1.0.0 #

  • Initial stable release: pure Dart SVG subset (path d, basic shapes, g, common transform), painted with CustomPainter.
  • Public API: FfiSvg.string, parseSvgString, parseSvgPathData, SvgScenePainter.

0.0.1 #

  • Placeholder pre-release.
1
likes
160
points
138
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart SVG subset parser and painter for Flutter. No third-party SVG/XML dependencies—only the Flutter SDK.

Homepage
Repository (GitHub)
View/report issues

Topics

#svg #vector-graphics #painting #widget

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_ffi_svg