objectbox 4.1.0-dev.0
objectbox: ^4.1.0-dev.0 copied to clipboard
Flutter database for super-fast NoSQL ACID compliant object persistence.
example/README.md
ObjectBox Examples #
There are several example apps and tutorials available:
- vectorsearch_cities: a Dart Native example app using Vector Search to find neighbors of cities.
- objectbox_demo_relations: our main Flutter example app showing all basics and how to use relations.
- event_management_tutorial: an event management Flutter app based on our video tutorial on using relations.
- objectbox_demo: a basic Flutter example app.
- objectbox_demo_sync: a basic Flutter example app with Sync enabled.
To learn how to use ObjectBox continue with the Getting Started guide.