json_dynamic_widget_plugin_svg 4.0.1+5 copy "json_dynamic_widget_plugin_svg: ^4.0.1+5" to clipboard
json_dynamic_widget_plugin_svg: ^4.0.1+5 copied to clipboard

A plugin to the JSON Dynamic Widget to provide SVG support to the widgets

Table of Contents

json_dynamic_widget_plugin_svg #

Table of Contents #

Live Example #

Introduction #

Plugin to the JSON Dynamic Widget to provide SVG support utilizing the websafe_svg backed by flutter_svg.

Using the Plugin #

import 'package:json_dynamic_widget/json_dynamic_widget.dart';
import 'package:json_dynamic_widget_plugin_svg/json_dynamic_widget_plugin_svg.dart';


void main() {
  // Ensure Flutter's binding is complete
  WidgetsFlutterBinding.ensureInitialized();

  // ...

  // Get an instance of the registry
  var registry = JsonWidgetRegistry.instance;

  // Bind the plugin to the registry.  This is necessary for the registry to
  // find the widget provided by the plugin
  JsonSvgPluginRegistrar.registerDefaults(registry: registry);

  // ...
}

copied to clipboard
1
likes
150
points
212
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

2024.08.20 - 2025.03.04

A plugin to the JSON Dynamic Widget to provide SVG support to the widgets

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

child_builder, flutter, flutter_svg, json_class, json_dynamic_widget, json_theme, logging, meta, uuid, websafe_svg

More

Packages that depend on json_dynamic_widget_plugin_svg