big5_utf8_converter 1.1.1 big5_utf8_converter: ^1.1.1 copied to clipboard
A Dart library for converting Big5 encoded text to UTF-8. Efficiently handles Traditional Chinese content with support for custom mapping and file-based lookup tables.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add big5_utf8_converter
With Flutter:
$ flutter pub add big5_utf8_converter
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
big5_utf8_converter: ^1.1.1
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:big5_utf8_converter/big5_utf8_converter.dart';