ObjectBox - Fast Local Database for Flutter With Optional Sync Across Devices!

  Рет қаралды 49,059

Reso Coder

Reso Coder

Күн бұрын

Пікірлер: 75
@mars3142
@mars3142 3 жыл бұрын
Please add timestamps into your description, because sometimes it's easier to find a position to lookup again.
@andreisas1621
@andreisas1621 2 жыл бұрын
Yep 👍
@cleancodez
@cleancodez 3 жыл бұрын
Finally you're back
@sn1cka_
@sn1cka_ 3 жыл бұрын
Hello from Kyrgyzstan. Really like your vids. Just started to learn flutter one month ago, and now Im already a developer. Your vids helped me so much. Thank you and wish you to have more powers to make more vids!
@zull_koath
@zull_koath Жыл бұрын
What an easy tutorial! I enjoyed it. ObjectBox is really amazing. Quite a useful database.
@theparten
@theparten 2 ай бұрын
fluently explained 👌 best objectbox tutorial atleast for me❤...
@developerzull
@developerzull Жыл бұрын
Very good tutorial! I enjoyed it. ObjectBox is really a very useful database.
@baraaaljabban9058
@baraaaljabban9058 3 жыл бұрын
we've been waiting for you buddy! hope you are OK, wish you all the best
@djaalabahmed2038
@djaalabahmed2038 3 жыл бұрын
thank you , we need more videos from you ,keep good working
@noblenetdk
@noblenetdk Жыл бұрын
I love the good videos (and flutter) and I really value the clean coding series. But I miss someone explaining how you design the app. There a lot of videos explaining various widgets but I would love to see some one taking it from say a wireframe to a app page. It can't just be columns and rows. Keep up the splendid work.
@BrendansReasons
@BrendansReasons 3 жыл бұрын
sync is actually pretty cool
@nepalcodetv6298
@nepalcodetv6298 3 жыл бұрын
Love your every content, Authentication App with state management for any type of app..Would be super great content..
@didiDanaila
@didiDanaila 3 жыл бұрын
Only at the end did you said that syncing is not free. Can you tell us the prices? Is there another solution? I want to create an app that synchronizes data from the database available offline in a wifi network.
@vikaspachar574
@vikaspachar574 3 жыл бұрын
Plz explain how er can test ObjectBox and there is no pricing section for ObjectBox Sync, is it much expensive or not
@ElleWasTaken
@ElleWasTaken 3 жыл бұрын
Is this better than Hive DB?
@kevinyeung1787
@kevinyeung1787 3 жыл бұрын
As i heard hive is deprecated, i think you can search online and confirm it!
@ElleWasTaken
@ElleWasTaken 3 жыл бұрын
@@kevinyeung1787 where the heck have you seen that Hive is deprecated? It's one of the fastest NoSQL db for dart / flutter 😂
@kevinyeung1787
@kevinyeung1787 3 жыл бұрын
@@ElleWasTaken Thanks. I just saw it online but not final. Therefore, it is good to clarify it if you have any news. I am also in doubts.
@G-yt8pp
@G-yt8pp 5 ай бұрын
@@kevinyeung1787 Your news is too ahead of its time, hive is really deprecated.
@midnightcoder
@midnightcoder 3 жыл бұрын
And he is BACK!
@somevideos99999
@somevideos99999 3 жыл бұрын
Hi Matt, does Object Box offer cloud sync so we don't have to set up a server, but instead use theirs? I checked their website, but no pricing is listed for this service. Thank you, Karl
@peekpt
@peekpt 3 жыл бұрын
Finally a relational database like core data from iOS!🙌
@shakirkasmani
@shakirkasmani 3 жыл бұрын
Please migrate DDD notes app to Null Safety
@ResoCoder
@ResoCoder 3 жыл бұрын
I'm on it!! Didn't have time lately as you've surely noticed 😅
@arhamanwar7166
@arhamanwar7166 3 жыл бұрын
@@ResoCoder Please do Navigator API 2.0
@adriano_souza
@adriano_souza 3 жыл бұрын
Welcome back! In terms of performance and simplicity of implementation, which one did you think was the best? Hive or ObjectBox?
@ResoCoder
@ResoCoder 3 жыл бұрын
I prefer ObjectBox over Hive now.
@adriano_souza
@adriano_souza 3 жыл бұрын
@@ResoCoder Thanks man! I was going to start studying Hive, but now I'm going to be ObjectBox
@Flutterdev6391
@Flutterdev6391 3 жыл бұрын
After long time i click on KZbin notification
@candangasrodriguito5120
@candangasrodriguito5120 3 жыл бұрын
hi Rezo, I am using subbase as database and it is SQl, do you think I can use Obcject box as local storage?
@sylvainain4364
@sylvainain4364 2 жыл бұрын
Hey!! great video !! How to test objectbox database?
@alithejumbo
@alithejumbo 3 жыл бұрын
Hi man, I'm getting versioning problem: [!] CocoaPods could not find compatible versions for pod "ObjectBox": In Podfile: objectbox_flutter_libs (from `.symlinks/plugins/objectbox_flutter_libs/ios`) was resolved to 0.0.1, which depends on ObjectBox (= 1.6.0) objectbox_sync_flutter_libs (from `.symlinks/plugins/objectbox_sync_flutter_libs/ios`) was resolved to 0.0.1, which depends on ObjectBox (= 1.6.0-sync)
@Mahi-hn8tr
@Mahi-hn8tr 3 жыл бұрын
Nice video, how to find out all customers by querying?
@teesl4240
@teesl4240 2 жыл бұрын
Hi thanks for the great tutorial always. Would like to know if ObjectBox provide security encryption like Mongo RealmDB?
@gabrielfranca963
@gabrielfranca963 3 жыл бұрын
Can you teach how we use Websockets following Clean Principles ?
@iDataLabFr
@iDataLabFr 2 жыл бұрын
Thx for the video. IS it possible to backup objectbox on Google Drive ?
@h3w45
@h3w45 3 жыл бұрын
Welcome back.
@MoAdel92
@MoAdel92 3 жыл бұрын
Welcome back
@rahulfree1
@rahulfree1 3 жыл бұрын
Doesn't Annotating Entities violate Clean architecture principles? It looks like by using object box we are mixing repository layer with domain layer i.e. our Entity layer is dependent on Repository layer. Also how easy it will be to migrate data later if we want to move away from object box. Apologies if I misunderstood some concepts here. I jumped to this tutorial just after finishing Reso Coder's Clean TDD Architecture series.
@yeinerfonseca
@yeinerfonseca 3 жыл бұрын
What VS Code theme and font do you use?
@pierremarais7669
@pierremarais7669 3 жыл бұрын
Hi Reso, I have a Sqlite db of about 80Mb, how to keep this secure inside Flutter or can I export this to ObjectBox, thanks Pierre
@manmaaze
@manmaaze 3 жыл бұрын
Hey can you make tutorial on link previews in flutter Like whatsapp shows the link previews for url the same way?
@sadzolot2
@sadzolot2 3 жыл бұрын
What do you think about GetX ?
@BrendansReasons
@BrendansReasons 3 жыл бұрын
So the iPhone 5c is not supported, for example
@abid109
@abid109 3 жыл бұрын
Sir are you starting new series on flutter bloc 7 with null safety
@m4sterkg
@m4sterkg 3 жыл бұрын
your course will use flutter_bloc?
@cedvdb6473
@cedvdb6473 3 жыл бұрын
What are the key differences between object box and Realm ?
@nat101yt
@nat101yt 3 жыл бұрын
Does ObjectBox support blobs? Synced blobs?
@vladkononenko7292
@vladkononenko7292 3 жыл бұрын
I'm still waiting for your videos about null safety and cross-platform development (for mobiles, tablets and desktops) and I hope you will have such videos c:
@renzcarlosalanga1107
@renzcarlosalanga1107 3 жыл бұрын
Where can i download the sync server
@saiseshnagpithani4448
@saiseshnagpithani4448 3 жыл бұрын
i am getting error as "_store is not initialized"
@shahbazbacker8902
@shahbazbacker8902 3 жыл бұрын
Will it work on flutter web.
@Yurick04
@Yurick04 3 жыл бұрын
Notification gang 😎
@ResoCoder
@ResoCoder 3 жыл бұрын
Welcome back!
@MinhNguyen-hf5yh
@MinhNguyen-hf5yh 3 жыл бұрын
Thank for a great tutorial. I have 2 questions. Is it support freeze package? Is it can return Stream type to listen DB changed?
@maxhart8814
@maxhart8814 3 жыл бұрын
You should really say that the sync functionality is not free at the satrt of the video , not at 1:05:50 . You make good tutorials but this was a bit annoying. Luckily i din't waste my time watching everything before that point
@sasaharukh8575
@sasaharukh8575 3 жыл бұрын
sound is very low
@aridwiprayogo
@aridwiprayogo 3 жыл бұрын
One hour more 😱😱
@semangatfanny4838
@semangatfanny4838 8 ай бұрын
11:06 and 12:54
@semangatfanny4838
@semangatfanny4838 8 ай бұрын
12:15 android SDK 21
@semangatfanny4838
@semangatfanny4838 8 ай бұрын
15:39 here
@dinesh0743
@dinesh0743 3 жыл бұрын
Your vscode theme really looks great., What is it's name...?!
@anasmohamed6958
@anasmohamed6958 3 жыл бұрын
material theme
@yorchtanuz
@yorchtanuz 3 жыл бұрын
I just find the font "JetBrains Mono" the rest is the color that you prefer...
@SaminAliMondal
@SaminAliMondal 3 жыл бұрын
Is this completely free?
@hoekbrwr
@hoekbrwr 3 жыл бұрын
Why do we need this? Yet another exotic database syntax you will never have learned before the next one becomes the leading trend! Why not stick to the mainstream database languages like SQL, NoSQL, Hive, and others? Btw I changed to ^1.0.0 and got errors in objectbox.g.dart. I have no idea what remedy is needed to get it running! After finding out that my Flutter SDK has been screwed up, probably by "--delete-conflicting-outputs" and reinstalling Flutter SDK and Android Studio I am still plagued by Android licenses not OK(java error) according to flutter doctor. At least I could run the build-runner(without the --delete-conflicting-outputs option) and got things going in version 1.0.0. I am not completely sure it was the delete option but have a bad feeling about it. So be aware and try using build-runner without that option!
@prometheusli101
@prometheusli101 3 жыл бұрын
the voice is too small
@bierztkirst7528
@bierztkirst7528 2 жыл бұрын
useless movie.. the sync jar file cannot be downloaded. it is private and limited user....
@ajaykotiyal427
@ajaykotiyal427 3 жыл бұрын
Whenever You will "Clear Data", you will loose whole data. 😜 ( I have seen in Android ) I think it doesn't happen with Sqflite.
@lorenzosala3527
@lorenzosala3527 3 жыл бұрын
What do you think about GetX?
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 83 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Save and Retrieve an Image from a Local Database - Isar DB and Hive
16:35
Learn Flutter Hooks and Maximize Your Code Reuse
10:36
Robert Brunhage
Рет қаралды 62 М.
How to make an offline first app in Flutter by Arthur Giani
13:52
Flutter Storage, Hive, ObjectBox, Isar 👨🏽‍💻 The Flutter Pod
6:53
Realtime Applications with Sockets - Introduction in Sockets with Dart
24:32
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 870 М.
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,2 МЛН
Expense Tracker App • Flutter & BLoC Tutorial for Beginners
35:16
HeyFlutter․com
Рет қаралды 11 М.
Making your code more intuitive with result_dart
19:44
Flutterando TV
Рет қаралды 2,8 М.
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН