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

JujubaSVG is a Flutter library provided by CodandoTV to make SVG manipulation easy and reactive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jujuba_svg

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

dependencies:
  jujuba_svg: ^1.1.0

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: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
150
points
15
downloads

Publisher

verified publishercodandotv.com

Weekly Downloads

JujubaSVG is a Flutter library provided by CodandoTV to make SVG manipulation easy and reactive.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on jujuba_svg