KalilDev

Results 18 comments of KalilDev

So, how do we go from here? Do you have any intention on continuing to develop this package? Do you want me to retry the migration (although, because of the...

Yeah, i just checked epubx, everything is nullable

I noticed i did not implement support for custom builders, so i will do it before unmarking as draft

Actually, custom builders can have nested builders or regular built values, i think supporting every usecase will be a pain, and letting the user implement the adapter for these edge...

hmm, i dont know. The hive_generator does not generate code which depends on built_value or built_collections unless the user explicitly implements `Built` or has fields annotated with `@HiveField` and typed...

I'll check if publishing as a separate package which depends on built_value and built_collection is possible

I tried it and managed to implement this feature as an separate package after exposing a bit of ClassBuilder behavior and creating an CreateBuilder field on TypeAdapterGenerator which creates the...

> Can I know what's difference between `hive_built_value` and `hive_built_value_generator`? Yess, hive_built_value is a runtime package with no code which depends on hive, built_value and built_collection, as you suggested: >...

Hm alright. So, we should generate normal code for the normal packages, and generate code that may use built_value and built_collection only in packages that import hive_built_value as a runtime...

Hm, okay, ill finish implementing it then. Sorry for all the confusion.