objectbox_inspector library

Classes

InspectableBox<T>
A class that represents an inspectable ObjectBox box.
InspectableEntity
A class that represents an inspectable entity from an ObjectBox box.
InspectableProperty<T>
A class that represents an inspectable property of an ObjectBox entity.
ObjectboxInspectorPage
A page that displays a list of ObjectBox boxes and their entities for inspection.
ToManyRelation<T>
A class that represents a ToMany relation of an ObjectBox entity.
ToOneRelation<T>
A class that represents a ToOne relation of an ObjectBox entity.

Functions

openObjectboxInspector(BuildContext context, List<InspectableBox> boxes) → void
Opens the ObjectBox Inspector page to visualize and inspect ObjectBox entities.

Typedefs

EntityGetter = List<InspectableEntity> Function()
A callback that is ment to get the entities from the box.