Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.67 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.67 KB

NoSQL Database Storage | Flutter ObjectBox

This project is built to show how to use ObjectBox.

ObjectBox is a quite popular NoSQL database with many features. It has a high performance and has out-of-the-box synchronization as well as offline first support, so users have an “always-on” feeling without a constant internet connection. There are many more advantages, for example, ObjectBox reduces costs and supports literally every environment.

ObjectBox supports numerous frameworks, and one of them is Flutter. That’s why you will learn how to use ObjectBox in Flutter in this article. Great, let’s get started!

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screen Shots

screenshot-1676802239432 screenshot-1676802518585 screenshot-1676802536840

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.