Demo Video

January 28, 2022 ยท View on GitHub

Note: this repo was based on ObjectBox Flutter Database Performance Benchmarks

Demo Video

Screenshot

as a Result

  1. ISar (Async) was the better choice cuz it's not blocking the UI
  2. Objectbox was the fastest (Sync--Blocking Ui)

Building

  1. Clone
  2. install melos package to control the monorepos
  3. generate code
  4. Finally ... build and run the app

Contents

  1. 1as a Result
  2. 2Building