QuangSon
QuangSon
@soywiz is there any idea for this issue ? I am really interesting this one. It seems this is a reason why we deprecate `readKTree`, right ? From my perspective,...
@soywiz Thank you for the detail. I will research this one: https://github.com/korlibs/korge-editor It looks very interesting. Here is some of my view point: - Parsing kotlin code is harder than...
Hi @rick-ross-cubic For now, I think the best way to download the latest version is get the jar from auto-build. Currently, to update the latest version on the homebrew, I...
@wasabeef san, It worked. But sometimes, it doesn't work :| If we don't have the config `futter_gen` in pubspec.yaml like this one: ``` flutter_gen: integrations: flutter_svg: true ``` => After...
@wasabeef san, It seems this issue is related to `package:flutter_gen/gen_l10n` (not related to `flutter_gen_runner` package). Detail: - Add `package:flutter_gen/gen_l10n` to project. - Add `flutter_gen_runner` to project. - Run the build_runner...
@close2 Thank for your fast reponse. I also think it should consider a bug. After read the whole code, I think we can simply fix by change: https://github.com/close2/csv/blob/master/lib/src/csv_parser.dart#L391 From ```dart...