flutter_ffi_svg 1.0.2
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) forFfiSvg.string. - Formatting and analysis cleanups to reach pana 160/160.
1.0.0 #
- Initial stable release: pure Dart SVG subset (
pathd, basic shapes,g, commontransform), painted withCustomPainter. - Public API:
FfiSvg.string,parseSvgString,parseSvgPathData,SvgScenePainter.
0.0.1 #
- Placeholder pre-release.