Good morning Sir I am trying to decide if I should take your DDD course before this one or can I take this one because concepts from DDD are covered in here as well?
@fatboyboji90782 ай бұрын
If i could, i would give more likes
@SanketHol-it8ry3 ай бұрын
source code kaha hai?
@drixelacademy18793 ай бұрын
Although it is not up to date, and I was able to create a working version with rethink_db_ns which is null safety, I wont have been able to do this if not for your lecture, and trust, for over a decade that I have been seeing you tube, this is the first video that got my comment
@drixelacademy18793 ай бұрын
Hi boss, to be very honest , this is a great lecture,
@Emerald_Institute5 ай бұрын
You did a great job
@HousseinDroubi-o9i6 ай бұрын
Hey man, welcome to you.
@waleedarif21916 ай бұрын
I like it❤
@ashutoshkhatri10558 ай бұрын
2:51
@ashabaderrick2569 ай бұрын
return _db.transaction((txn) async { final chatsWithLatestMessage = await txn.rawQuery('''SELECT messages.* FROM (SELECT chat_id, MAX(created_at) AS created_at FROM messages GROUP BY chat_id ) AS latest_messages INNER JOIN messages ON messages.chat_id = latest_messages.chat_id AND messages.created_at = latest_messages.created_at ORDER BY messages.created_at DESC '''); if (chatsWithLatestMessage.isEmpty) return []....
@ashabaderrick2569 ай бұрын
my sqflite db is returning empty
@Insane.18_79 ай бұрын
can you please update the code sir, because right now it is outdated one. Little bit confusion
@akashkukreti13219 ай бұрын
github ki link bro ?
@jaaz89279 ай бұрын
hello does this series contain the POS aspect where the restaurant get the orders in real time?
@zeggxr153910 ай бұрын
You think this course will be good for updated flutter or is it too old to start guys?
@jesusleguiza7710 ай бұрын
Hi, can make it with custom sdk? @islandcoder876
@shishirkandel608411 ай бұрын
where can i learn what you've learnt? can you give me some tips?
@kokorart5799 Жыл бұрын
Please what did you use to create the animated video with screenshots ?
@top10sand5s4 Жыл бұрын
the command you've used for auth is not working
@Furzderfinsternis Жыл бұрын
How can i implement just an avatar without the avatar creator? And is it as well possible with just a .glb file without ready player me? Thanks!!
@islandcoder876 Жыл бұрын
Yes you can use any 3D program like blender to create your own character export as .glb and it should render the character
@ihardikb Жыл бұрын
Where are you bro? Brings some GOAT content we are waiting for you
@cezar6104 Жыл бұрын
Hello, how can I upload rethinkdb to my hosting? I do not want local hosting❤❤❤❤
@EduardoCarvalho-i8r Жыл бұрын
After two years, this learning project has accumulated a wealth of valuable resources. Rather than immediately focusing on UI development, the emphasis is placed on conducting tests. This approach demonstrates a commendable separation of concerns. Thank you for this!
@divyanshu4131 Жыл бұрын
How to resolve redise issue its not working now a days ?
@fernandovalladares3414 Жыл бұрын
Nothing works anymore, does anyone know why?
@pranitbhagat7650 Жыл бұрын
Hello sir, you haven't shown how to access camera or files from device through html code. can you please tell about the same?
@RAYHANMIRJA Жыл бұрын
brother is this app only just ui or fully functional chat app??
@pranitbhagat7650 Жыл бұрын
3d model is not getting displayed. just loading. checked code. it is same as yours. can you please help me sir?
@DanielMcDt Жыл бұрын
I think your work is amazing! I was fascinated, although images and documents could be sent later?
@SafwanHabib-pt1cu Жыл бұрын
helllo sir i created m devloper account on readyplayer me i dont know where to find subdomain
@rolexsuriya4120 Жыл бұрын
Can I use 8081 or 8082 instead of 8080.? Because I'm using 8080 for another service
@pabloarielnicoli7888 Жыл бұрын
Did you try to change the Avatar T-Pose with something else ? like: Idle ?
@raomuzzammil4069 Жыл бұрын
can you please remake the video or update the code because WebView is now deprecated, And at this time the code is not running.
@RelateNetwork Жыл бұрын
for anyone watching in the future and u get this error, type 'Null' is not a subtype of type 'Chat' in type cast. you need to update your future<chat> to future<chat?> and also the datasource contract as well. then you have to regenerate the mock since its a new feature he didnt have to do it in his own time. once u regenerate the build it will execute the test of creating a new chat
@ahmedmustahid4936 Жыл бұрын
Your tutorial is one of the best out there. Please continue the series
@rajatkhoware2364 Жыл бұрын
Great content sir but i was wondering if can we create an app that can scan a person and create a 3d model of it? is it possible with Flutter and if yes how can we do that if you find this topic interesting please create a tutorial on it!!
@hungquy2949 Жыл бұрын
cool
@jtr3731 Жыл бұрын
bro amazing your work thats exactly what i searching, in flutter is hard to found new content and i dont have experience =(
@deepak5074 Жыл бұрын
although this content was 2years old, stil you are able to code smoothly without any docs changes/ error ?? just asking for myself
@henergy683 Жыл бұрын
I really enjoy watching you coding on this project. how long you have been become a programmer?
@kanagarajpazhani2909 Жыл бұрын
Is this work on web app?
@254_Cyrus Жыл бұрын
We are back I missed this series a lot. Hope we will be adding more cool features to the app.
@fatima-cf1bj Жыл бұрын
hi, thanks for your best education can you update this chat app with null safe mockito give error I tried to fix some errors but it was difficult for me. thank you🤩🙏
@meek6836 Жыл бұрын
i wish this was uploaded recently.
@fatima-cf1bj Жыл бұрын
thank you so much 😊😍😍😍
@Arsalan0098 Жыл бұрын
Hey man, do you mind checking your GitHub? Thank you
@rec-trick Жыл бұрын
If I want the user to upload an image and it appears on a T-shirt or logo, is this possible and he can preview the model?
@islandcoder876 Жыл бұрын
There is a branding element to it, you can check out the readyplayerme docs.
@Arsalan0098 Жыл бұрын
Hey man, great tutorial. I have a question as I am new, I did not check the whole videos just skipped to the last past but I would like to ask can make it on a personal server? Thanks
@islandcoder876 Жыл бұрын
Yes you can run rethinkDb on a personal server but it would still require docker to be available.
@Arsalan0098 Жыл бұрын
@@islandcoder876 Thank you. Can you also tell me if it is possible to make this app on decentralized networks? I would like to create something like Session.
@ferhatikhaliil12332 жыл бұрын
Dude how can i change from Bloc version 7 to version 8 since the method mapEventToState is not working anymore !! Can you put a new version in The Github
@igorpi252 жыл бұрын
Thank you. This is rarely kind of video. I've recently started my path in DDD and faced many who mentioning about DDD, but they omit "essential" of DDD. I hope your videos show me an approach of understanding it
@forinda2 жыл бұрын
How's this architecture diferent from SOLID?
@islandcoder8762 жыл бұрын
SOLID is a set of principles and guidelines that helps achieve clean code, it’s not an architecture itself.