# dnfield/flutter_svg

SVG parsing, rendering, and widget library for Flutter

Repository: https://github.com/dnfield/flutter_svg
Canonical: https://ross.abutalabs.com/products/flutter_svg
Language: Dart
License: MIT
License Family: permissive
Topics: dart, svg, flutter, flutter-plugin
Last push: 2024-11-01T20:45:43+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3096, "days_push": 670, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1691, forks 447 (observed 2026-08-28T04:05:22.624672+00:00)

## What it is
A Dart/Flutter library that parses SVG files and renders them as Flutter widgets. Originally created by Dan Field, it is now maintained by the Flutter team in the flutter/packages repository.

## Use cases
- render svg icons in a flutter app
- display svg images from assets in flutter
- parse and draw svg files on mobile
- show scalable vector graphics in a flutter widget
- load svg illustrations in flutter ui
- convert svg files to flutter widgets

## When to choose
- you need to display SVG assets in a Flutter application
- you want scalable icons or illustrations that render natively as widgets
- you need SVG parsing and rendering maintained by the Flutter team

## When to avoid
- you need full SVG spec compliance including animations and filters
- you are not building with Flutter or Dart
- you need to rasterize SVGs outside of a Flutter widget tree

## Facets
- artifact type: library
- maturity: active
- function: parser, image-processing, ui-components
- domain: mobile-development, graphics, frontend, cross-platform
- platform: cross-platform
- tags: flutter, dart, svg-rendering, vector-graphics, widget-library, mobile

## Member repositories
- dnfield/flutter_svg (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.624672+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:38:16.209434+00:00, confidence not recorded.
  - readme: https://github.com/dnfield/flutter_svg (fetched 2026-08-28T04:05:22.624672+00:00, sha 9bb97e1018c8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
