故渊
故渊
Hello @danagbemava-nc,`flutter create` no such issue. This problem occurs after I upgrade Flutter SDK from 3.0.5 to 3.3.0. ```yaml name: smart_mi description: Smartmi Link App. # The following line prevents...
@danagbemava-nc Yeah, i used icon codepoints like this : ```yaml flutter: fonts: - family: JyaIcon fonts: - asset: assets/fonts/iconfont.ttf ``` ```dart class JyaIconData extends IconData { const JyaIconData(int codePoint) :...
Hi @danagbemava-nc , run `flutter build apk --no-tree-shake-icons` still can't complete the build successfully. This build will get stuck at `Successfully started process 'command ' /Users/chunjinchen/fvm/versions/stable/bin/flutter''` , and no exception...
@danagbemava-nc Hi,I build on Windows and get a failure message like this `Dart snapshot generator failed with exit code -1073741571` [build_log.txt](https://github.com/flutter/flutter/files/9562746/build_log.txt)
@danagbemava-nc Sorry, the error message was output to the console, not to the file, this is the missing error log ``` [+17712 ms] Dart snapshot generator failed with exit code...
@danagbemava-nc Hello, this is the complete log, I hope it works, thank you. [windows_build_log.txt](https://github.com/flutter/flutter/files/9574902/windows_build_log.txt)
@danagbemava-nc Hi, when I switch to the master channel, this issue still occurs. But I found the cause of the problem when I removed the code in `ht_library_script_binding.dart` from my...
@danagbemava-nc Hi, This file is used to provide the dart and script binding relationships, I have uploaded a demo to Github => https://github.com/CJChen98/hetu_widget
@danagbemava-nc added
@danagbemava-nc Hi, I have code adapted to Flutter 3.4.0-19.0.pre-337. The code in the `lib/binding` directory is required to fit the version of Flutter you are using. In macOS you can...