ObjectBox Tutorial - Flutter Local Database with Sync implementation

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 37

  • @TrivediKavit
    @TrivediKavit 3 года назад +4

    This was an excellent video.

  • @wtfwhattheflutter6308
    @wtfwhattheflutter6308 3 года назад +3

    Great thing to learn... Thanks 🙏

  • @auliasabril1899
    @auliasabril1899 3 года назад +2

    Thank you, it was easy to understand

  • @agamjotsingh7371
    @agamjotsingh7371 3 года назад +2

    Excited

  • @theaugur3285
    @theaugur3285 3 года назад +3

    Great! How much is sync? I have tried to use Sync but I can't find any pricing information anywhere... Don't want to commit to this without knowing anything about $$$$

    • @FlutterExplained
      @FlutterExplained  3 года назад +2

      Excellent point, I asked the ObjectBox Team, and they responded that because sync is currently in early access, it is a case by case price. So you would need to contact the ObjectBox team directly to get a price tag. For small projects, they promised to make a fair price. I hope that helps :)

  • @emwagner
    @emwagner Год назад +1

    What if you wanted to specify your own field for a key field? As an example, using unique ISO codes as the ID/key instead of an integer auto increment?

  • @Axt012
    @Axt012 3 месяца назад +1

    how can i find a file which you had at your macbook folder

  • @aniromontenegro8175
    @aniromontenegro8175 9 дней назад

    Muito Bom excelente explicação.(
    Very good excellent explanation)

  • @selvav1333
    @selvav1333 3 года назад +3

    how to sync objectbox with restfull api?

  • @IngPedroAraujo
    @IngPedroAraujo 2 года назад +3

    Hello!
    Is There a way to know If the database created with Objectbox is empty? Thanks advance

    • @FlutterExplained
      @FlutterExplained  2 года назад +1

      The easiest way would be probably to check the admin dashboard from Objectbox. The app is a bit unreliable because you have maybe cached contents on it. I hope that helps :)

  • @ruskface
    @ruskface 2 года назад +1

    Is it possible to run your own docker image on a web server and sync with it?

  • @teesl4240
    @teesl4240 2 года назад +1

    Hi thanks for the great tutorial always. Would like to know if ObjectBox provide security encryption like Mongo RealmDB?

    • @FlutterExplained
      @FlutterExplained  2 года назад

      Hi there, I am sorry I have no idea. I guess the best way to find out would be to write Object Box directly.

    • @arunk2710
      @arunk2710 Год назад

      I use MongoDB Realm

  • @atiqurrahmansumon1091
    @atiqurrahmansumon1091 2 года назад +2

    coudnot support Openstore()..not solve issue..plz write down proper Explan....Thank you..

    • @FlutterExplained
      @FlutterExplained  2 года назад

      Great idea, I will motivate Mahtab to create a blog post so it will be easier to follow :)

  • @oim125garage
    @oim125garage 3 года назад +2

    Thanks

  • @prince-vp1bu
    @prince-vp1bu 2 года назад +1

    Hi, Is there a tutorial for login page?

  • @smsmms5958
    @smsmms5958 3 года назад +2

    Hi Mahtab and MAx,
    I hope you are fine.
    Thank you for all these tips and tricks that helps a lot of us.
    I have a question, I hope I will be clear,
    Is there any way to make a flutter app that allows upgrades, on Android and ios, of some features depending on user's subscription type?
    Example, 10 users download and install the same app, let's say 3 of them subscribe to a premium plan, they must receive an upgrade with new features.
    The idea is to manage the app size and keep it as light as possible (other users will keep the same working app)
    Note : it's for a social network, all users interact together)
    Thank you in advance

    • @FlutterExplained
      @FlutterExplained  3 года назад

      Hi there, probably you would do something like feature flags, if you have a certain "level" or "status" you will get access to a additional feature.

    • @smsmms5958
      @smsmms5958 3 года назад

      @@FlutterExplained HI,
      Thank you for your answer.
      How to download a new module (for the new features) and add it to the app of these users?
      Regards

  • @George-or3uv
    @George-or3uv 3 года назад +2

    Can videos files be sync’d to the serve’s database?

    • @FlutterExplained
      @FlutterExplained  2 года назад

      That should be possible, but I would not recommend that. Depending on the file size it would bloat the server and could be to large for the local storages of the devices. For streaming video sources you will probably need a specific server setup and or a video stream provider like RUclips or Vimeo.

  • @bierztkirst7528
    @bierztkirst7528 2 года назад +3

    useless movie.. the sync jar file cannot be downloaded. it is private and limited user....

  • @TheMRTIMBUK2
    @TheMRTIMBUK2 3 года назад +1

    Cannot Install objectbox_generator
    Error: (OS Error: A required privilege is not held by the client.
    , errno = 1314)
    pub get failed (66; , errno = 1314))
    exit code 66
    help plzz

    • @FlutterExplained
      @FlutterExplained  3 года назад

      Intersting not seen this before, could you tell us a bit more what you did ? Do you have access to your file path?

    • @jamesogletree5257
      @jamesogletree5257 3 года назад

      I had the same problem. Solution: If you have Windows PowerShell, then open it as "Administrator". You might have to download it. When you have access to Windows PowerShell, right-click your mouse on the PowerShell icon, and select "Administrator" to open it. Then, do cd to C:\ and the directory location of your project in Android Studio or VSCode. Once you change to the correct directory, then type "flutter pub get". But, before you do this, make sure you have added all the required Objectbox dependencies and dev_dependencies entered to your pubspec.yaml file. This should work; it worked for me.

  • @hamzamon
    @hamzamon 6 дней назад

    Is ObjectBox Sync Free?

  • @moneeralmatri9670
    @moneeralmatri9670 3 года назад +1

    great

  • @jayamuruganj5091
    @jayamuruganj5091 3 года назад +2

    How to sync objectbox into restful api in php like?

    • @snovich_117
      @snovich_117 2 года назад

      Impossible. This is different infrastructures. Object box is indeed here to prevent you from writing complex server side code for consistency, concurrent and synchro data. There is no sense to sync it again with PHP. Rather use it to sync or your own php backend, this forgetting object box

  • @Axt012
    @Axt012 3 месяца назад +1

    it is very perfect than you to doing

  • @sobhanshahamatnia8329
    @sobhanshahamatnia8329 2 года назад +1

    awli bood ;)

  • @sureshg8209
    @sureshg8209 2 года назад +1

    Sorry, This tutorial is more confusing for a beginner.

  • @naruto9xz
    @naruto9xz Год назад +1

    Is it poossible to make unit testss for object box with futter?