Skip to content

thecodexhub/flutter-objectbox-example

Repository files navigation

Flutter ObjectBox Example

Flutter project that shows how to work with ObjectBox - High Performance NoSQL Database.

This project shows -

  • how to persist data locally using ObjectBox.
  • how to use entities, relations, reactive queries, ordering, and other functionalities.
  • how to maintain the codebase with proper architecture and state management techniques.
  • how to effectively isolate the presentation layer from the business logic layer using flutter_bloc.
  • how to inject single instances of repositories using RepositoryProvider.
  • how to create forms with validated value objects rather than a primitive object type like String with formz.
  • how to work with Streams and Flutter Bloc using emit.forEach<T>( ... ).

Note Read the article here on Medium. 👈

Note Check out the sample video here on Instagram. 👈

Preview

Getting Started

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

If you like this repository, kindly give it a star ⭐