KalilDev

Results 18 comments of KalilDev

i've been testing it a bit with some classes from https://github.com/google/built_value.dart/blob/master/end_to_end_test/lib/values.dart and i think the only missing thing now is support for nested built_collection s

Nesting built_collections is working right now, both for reading and writing. [NestedThingsValue](https://github.com/KalilDev/built_value_hive_example/blob/0adf9f9b48610e7ece37918f81ea8a2e4e42ed72/bin/values.dart#L199) generates the following code: [NestedThingsValueAdapter](https://github.com/KalilDev/built_value_hive_example/blob/0adf9f9b48610e7ece37918f81ea8a2e4e42ed72/bin/values.g.dart#L2238)

All these changes should not affect regular classes, because in each overriden method, if the value is not built, the super method is returned, but some testing is needed, as...

uhh, so, may i rebase it, and test it a bit more manually, so it can get merged?

I created an wip pr with the initial implementation of the proposal

Alright, totally agree! Im sorry, i was a bit busy this week and could not do it. Im going on a trip and when i come back, in the 28th,...

Alright, my draft should support most built_value features, ill open an wip pr while i implement the remaining (EnumClass)

https://github.com/hivedb/hive/pull/533