flutter_kanji_view 1.0.2
flutter_kanji_view: ^1.0.2 copied to clipboard
A library for drawing SVG kanji paths. It can load data from String, SVG file, or manually crafted Path object list. Manual controls are possible.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_kanji_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_kanji_view: ^1.0.2Alternatively, 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:flutter_kanji_view/flutter_kanji_view.dart';