Open fifteenjoy opened 1 year ago
This is currently not possible. Thank you for your request!
Is there any e.g. technical reason why you need this?
For others interested, please thumbs up the first post!
Thanks for your reply. I just think if I have many entities, objectbox.g.dart will get huge, it is a little bit inconvinent to read these code. the generated code from the sceenshot in my first post is from package "json_serializable", I prefer to its way.
Is it possible that Generator generat binding code to different file according Entity file instead of only one file "objectbox.g.dart"
I have many entity files in my project. I would like to generate binding code to different file according Entity file. lIke below example generate "_bp_statusdto.g.dart" for entity file "_bp_statusdto.dart", generate "_company_infodto.g.dart" for entity file " _company_infodto.dart"
Basic info: ObjectBox and ObjectBox generator version: 2.0.0 Flutter/Dart SDK: 3.0.0