hanzi_writer_data_flutter 0.0.1
hanzi_writer_data_flutter: ^0.0.1 copied to clipboard
A tiny Flutter utility to load Chinese character stroke order data offline.
hanzi_writer_data_flutter #
A small utility library to load Chinese character stroke order data (as used by Hanzi Writer) from local assets.
Features #
- 📦 Self-contained: includes
.jsonfiles as assets - ⚡️ Loads data on-demand from
assets/hanzi/[char].json - 🔡 Perfect for offline apps or tools using Hanzi animations
Usage #
import 'package:hanzi_writer_data_flutter/hanzi_writer_data_flutter.dart';
final data = await loadCharData('我');
print(data);
Acknowledgments #
This package utilizes stroke order data from the Make Me A Hanzi project, which extracted the data from fonts by Arphic Technology, a Taiwanese font forge that released their work under a permissive license in 1999.
You can redistribute and/or modify this data under the terms of the Arphic Public License as published by Arphic Technology Co., Ltd. A copy of this license can be found in the ARPHICPL.TXT file included in this package.