Gray Huang

Results 2 comments of Gray Huang

I recently met this issue and here is a working example using blob: ```dart import 'dart:convert'; import 'dart:html' as html; import 'package:csv/csv.dart'; void downloadCSV(String fileName, List csvRows) { final csvData...

Look similar to the issue https://github.com/BYVoid/OpenCC/issues/759 If you using Python, you can try the pure Python version to support the macOS M1(Apple Silicon) https://github.com/yichen0831/opencc-python