jujuba_svg 1.0.2 copy "jujuba_svg: ^1.0.2" to clipboard
jujuba_svg: ^1.0.2 copied to clipboard

JujubaSVG is a Flutter library designed to make SVG manipulation and interaction easy and reactive. It bridges Flutter ↔️ JavaScript ↔️ SVG, allowing developers to dynamically update, animate, and res [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jujuba_svg

With Flutter:

 $ flutter pub add jujuba_svg

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

dependencies:
  jujuba_svg: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:jujuba_svg/core/commander/command.dart';
import 'package:jujuba_svg/core/commander/jujuba_commander.dart';
import 'package:jujuba_svg/core/constants.dart';
import 'package:jujuba_svg/core/jujuba_widget.dart';
import 'package:jujuba_svg/model/node_coordinate.dart';
import 'package:jujuba_svg/model/node_info.dart';
import 'package:jujuba_svg/util/asset_helper.dart';
3
likes
0
points
15
downloads

Publisher

verified publishercodandotv.com

Weekly Downloads

JujubaSVG is a Flutter library designed to make SVG manipulation and interaction easy and reactive. It bridges Flutter ↔️ JavaScript ↔️ SVG, allowing developers to dynamically update, animate, and respond to events within an SVG rendered in a WebView.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on jujuba_svg