https://github.com/dnfield/vector_graphics
https://github.com/dnfield/vector_graphics
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnfield/vector_graphics
- Owner: dnfield
- License: bsd-3-clause
- Created: 2022-02-28T20:34:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:40:25.000Z (over 1 year ago)
- Last Synced: 2025-05-17T22:04:12.254Z (about 1 year ago)
- Language: Dart
- Size: 877 KB
- Stars: 95
- Watchers: 7
- Forks: 49
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vector Graphics
This repo is a collection of Dart packages that can encode SVGs into a binary
format that is efficient to decode and render at runtime.
## Commemoration and new location
This repository was originally created by Dan Field and its contents has been
moved into the Flutter GitHub organization. Dan was a member of the Flutter
team at Google from 2018 until his death in 2024. Dan’s impact and contributions
to Flutter were immeasurable, and we honor his memory by continuing to publish and
maintain these packages.
These packages are now maintained by the Flutter team in the
[flutter/packages](https://github.com/flutter/packages) repository.
* [package:vector_graphics](https://github.com/flutter/packages/tree/main/packages/vector_graphics)
* [package:vector_graphics_codec](https://github.com/flutter/packages/tree/main/packages/vector_graphics_codec)
* [package:vector_graphics_compiler](https://github.com/flutter/packages/tree/main/packages/vector_graphics_compiler)