stac_svg 0.0.2 copy "stac_svg: ^0.0.2" to clipboard
stac_svg: ^0.0.2 copied to clipboard

A Stac widget parser for rendering SVG images in Flutter using the flutter_svg package, enabling server-driven SVG layouts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stac_svg

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  stac_svg: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stac_svg/stac_svg.dart';
1
likes
150
points
197
downloads

Publisher

unverified uploader

Weekly Downloads

A Stac widget parser for rendering SVG images in Flutter using the flutter_svg package, enabling server-driven SVG layouts.

Repository (GitHub)
View/report issues

Topics

#ui #widget #server-driven-ui #dynamic-widgets #flutter-svg

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, json_annotation, stac, stac_core, stac_framework

More

Packages that depend on stac_svg