dart_big5 0.0.5 copy "dart_big5: ^0.0.5" to clipboard
dart_big5: ^0.0.5 copied to clipboard

This package provides encode, decode method for big5.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_big5

With Flutter:

 $ flutter pub add dart_big5

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

dependencies:
  dart_big5: ^0.0.5

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:dart_big5/big5.dart';
import 'package:dart_big5/table.dart';
1
likes
90
pub points
74%
popularity

Publisher

unverified uploader

This package provides encode, decode method for big5.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on dart_big5