Chang Cheng Wei

Results 23 comments of Chang Cheng Wei

noticed on android not sure how to check cache size on iOS will get my wife's phone tonight. codec is mp3 flutter_sound 9.1.3

Found a workaround. Use the following function to "copy" the asset to cacheDir then use fromURI ``` Future assetToFile(String path) async { final byteData = await rootBundle.load('assets/$path'); var tempDir =...

thanks On Tue, Mar 1, 2022, 3:34 AM Larpoux ***@***.***> wrote: > I found the bug, and fixed it. > I will try to generate 9.1.4 tomorrow > > —...

How do I get the log? I only extracted the relevant error message from the log On Tue, Mar 1, 2022, 3:42 AM Larpoux ***@***.***> wrote: > Could I have...

Second this, want to know how to modify the stroke order. Anyone can help? Specifically I see the stroke order of 盖 and 肠 is wrong. I tried swopping the...

Ok realise need to swap both the strokes and medians then it is ok. This is how I made the change for specific characters. Update the code of stroke_data_parser.py here...

Hi @hanyoud I've shown how to fix wrong character stroke easily here https://github.com/chanind/hanzi-writer-data/issues/12#issuecomment-1067915451

edited flutter/pubspec.yaml - ffigen: ^7.2.4 + ffigen: ^8.0.0 > bash -c 'cd flutter;flutter pub get' > ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart This builder requires Dart inputs without syntax errors. However,...

edited flutter/lib/generated_bridge.dart replace every occurrence of sealed class and final class to class > bash -c 'cd flutter; flutter pub run build_runner build --delete-conflicting-outputs --enable-experiment=class-modifiers then you will get success

subsequently ran into error when I ran this command > flutter/ndk_arm64.sh error: failed to run custom build command for `libsodium-sys v0.2.7` Caused by: process didn't exit successfully: `/home/victor/rustdesk/target/release/build/libsodium-sys-f335dcbaab663a20/build-script-build` (exit status:...