I'm searching lots of tutorials. most of the tutorials are time consuming and I never understanding anything from those videos. Finally I found You. Simple and Great!🙌😶🌫
I'm with a problem in my app: When i try to open a database in any folder other than the documents folder, it's gives me error 14. I already gave read/write permission in the android manifest.
Hello, I am a new flutter learner through your video and I encounter error the text is disappear after key in and the RenderFlex overflowed. Please help me, appreciate your help, thank you. ════════ Exception caught by rendering library ═════════════════════════════════ The following assertion was thrown during layout: A RenderFlex overflowed by 37 pixels on the bottom. W/RemoteInputConnectionImpl(10655):getSurroundingText on inactive InputConnection W/RemoteInputConnectionImpl(10655): getTextBeforeCursor on inactive InputConnection W/RemoteInputConnectionImpl(10655): getSurroundingText on inactive InputConnection
That is a render file error which is thrown when a widget needs more space but there is none available. this can be solved using different ways based on the widget you are facing this error with.
Hey guys, The source code of this video can be found on GitHub here
github.com/yehya-qassim/local_database.git
thank you, great tutorial.......have you got some paid tutorials?
I'm searching lots of tutorials. most of the tutorials are time consuming and I
never understanding anything from those videos. Finally I found You. Simple and Great!🙌😶🌫
Happy to hear that!
This is very nice and easy to follow. Also Providing the github link was thoughtful of you. Keep up the Good work
Thank you! Glad you liked it
wow its amazing explanation bro super tq
Welcome 😊
simple and clear, thank you
My pleasure!
That's really good man 😮 keep it up
Thank you!
Very helpful tutorial, thank you
Amazing. Thank you 🙏
thanx, so clear
Most welcome!
keep it up bro, very good explaination.
Thank you
thank for sharing ,, i will download your repo ,,,,
Most welcome!
Keep going with the good content brother 👍👍
Thank you!
can you explain the create ui in full version
I'm with a problem in my app: When i try to open a database in any folder other than the documents folder, it's gives me error 14. I already gave read/write permission in the android manifest.
اول ما فتت على الفيديوا قلت هاد عربي
any way thank you for this lecture
Haha you're right, most welcome!
thank you
You're welcome
Awesome, man.
Thank you!
As soon as possible thanks
Soon hopefully
@@codingorbit when sir any Gus
@@codingorbit I need sir
Very helpful
Tq bro 💙
You are very welcome!
What if I need to retrieve data from multiple tables?
I haven't tried that but I believe you can write sql query yourself try writing one and let me know if it works!
thank you 🧡please! add Image Picker & Color Picker here.
Please ❤️
I do have a video for picking images!
Spoiler alert it also has quality compression lol 😅
Great
Thank you
@@codingorbit Please Upload the Source Code. I'm getting some issues.
I will very soon.
@@codingorbit ok 🙂
@@subrotobasak Its pinned now :)
why do you use "static" keyword ?
Sir can you mack video to provider state management
Yeah hopefully soon :)
you can make video to how use database sqflite in asessts?
What do you mean using sqflite in assets?
@@codingorbit yes, i mean if have database how use in flutter
Sqflite is a local database. Watch the video it will help you to create a local database
Sir please upload the video of audio recorder and audio player in flutter
Yeah maybe soon.
Hello, I am a new flutter learner through your video and I encounter error the text is disappear after key in and the RenderFlex overflowed. Please help me, appreciate your help, thank you.
════════ Exception caught by rendering library ═════════════════════════════════
The following assertion was thrown during layout:
A RenderFlex overflowed by 37 pixels on the bottom.
W/RemoteInputConnectionImpl(10655):getSurroundingText on inactive InputConnection
W/RemoteInputConnectionImpl(10655): getTextBeforeCursor on inactive InputConnection
W/RemoteInputConnectionImpl(10655): getSurroundingText on inactive InputConnection
That is a render file error which is thrown when a widget needs more space but there is none available. this can be solved using different ways based on the widget you are facing this error with.