objectbox 5.1.0-dev.0
objectbox: ^5.1.0-dev.0 copied to clipboard
Flutter database for super-fast NoSQL ACID compliant object persistence.
ObjectBox Flutter SDK Examples #
Note: A Flutter example app that uses Sync is available in the objectbox-sync-examples repo.
There are several example apps and tutorials available in this repository:
- objectbox_demo_relations: our main Flutter example app showing all basics and how to use relations.
- objectbox_demo: a very basic Flutter example app.
- vectorsearch_cities: a Dart Native example app using Vector Search to find neighbors of cities.
- event_management_tutorial: an event management Flutter app based on our video tutorial on using relations.
To learn how to use ObjectBox continue with the Getting Started guide.