You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify where to create the hive_registrar.g.dart file? Currently, it is being created in the main lib folder. I would much prefer to control where to place it in the file hierarchy (e.g closer to where the database is)
The text was updated successfully, but these errors were encountered:
There is not currently, but I am working on a new way to generate type adapters in #35. I will make it so that hive_registrar.g.dart is placed in the same directory as the file containing the @GenerateAdapters annotation.
You could transition your project to using @GenerateAdapters, but I'm not sure how much work that would be for you (and also the feature is not quite stable yet). If you are interested in attempting the migration for science, see the documentation here.
Is there a way to specify where to create the hive_registrar.g.dart file? Currently, it is being created in the main lib folder. I would much prefer to control where to place it in the file hierarchy (e.g closer to where the database is)
The text was updated successfully, but these errors were encountered: