opencc 1.2.0-dev.1 copy "opencc: ^1.2.0-dev.1" to clipboard
opencc: ^1.2.0-dev.1 copied to clipboard

A dart library for conversion between Traditional and Simplified Chinese with natvie-assets.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate opencc

Use it

The package has the following executables:

$ opencc

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opencc

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

dependencies:
  opencc: ^1.2.0-dev.1

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

Import it

Now in your Dart code, you can use:

import 'package:opencc/opencc.dart';
0
likes
35
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library for conversion between Traditional and Simplified Chinese with natvie-assets.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, glob, hooks, path, zip2

More

Packages that depend on opencc