Open funder7 opened 3 years ago
Hi, is the package still maintained?
Having it blocked onto build_runner 1.7.1 is starting to give compatibility problems with other libraries !
Hi, is the package still maintained?
Having it blocked onto build_runner 1.7.1 is starting to give compatibility problems with other libraries !
Sorry, I am too busy now. I will migrate to null-savety ASAP.
No problem, I have created PR #5 , is not null-safety compatible, but dependencies are updated, and doesn't clash with other libraries. Sorry I'm not very confident with null-safety migration, to give some help with it.
Hi,
I've got a project where json_serializable package is installed, unfortunately after switching to the beta channel, I'm not able to run
build_runner
anymore, since apparentlyto_string_generator
depends on analyzer^0.39.0
, which in turn is not compatible with dart 2.12.I tried to force analyzer version to the latest one (0.41.2), but it fails:
Because to_string_generator 1.2.1 depends on analyzer ^0.39.0 and no versions of to_string_generator match >1.2.1 <2.0.0, to_string_generator ^1.2.1 requires analyzer ^0.39.0.
This is the output that I'm getting from
build_runner
:I don't know if I'm doing something wrong, anyway I'd like to keep my project on beta channel, as I need some features included in it.
Is there any momentary fix for this problem?
thank you!