Create a Simple Flutter Firebase CRUD TodoList App from Scratch

  Рет қаралды 64,045

Abdul Aziz Ahwan

Abdul Aziz Ahwan

Күн бұрын

#Flutter #Firebase #Todolist #CRUD #ToDos
Hi everyone, I am ‪@abdulazizahwan‬ . In this video, we are going to learn How to Create a Simple Flutter Firebase Todolist To-Do List Todo List App. At the moment I don't use a lot of layout and I haven't applied design patterns to my Flutter application.
☕ BUY ME A COFFEE
Link ► buymeacoffee.c...
🤙 JOIN MY DISCORD
Link ► / discord
Hopefully, you would love this video.
I am so grateful if you want to hit the subscribe button. Thanks
👨‍💼 Business Inquiries: helloabdulazizahwan@gmail.com
----------------------------------
🎬 ANOTHER PLAYLIST
Flutter Firebase CRUD Tutorial
Link ► • Flutter Firebase CRUD ...
Flutter Tutorial - Basic [EN]
Link ► • Flutter Tutorial - Bas...
Android Studio Tutorial
Link ► • Android Studio Tutorial
Visual Studio Tutorial
Link ► • Visual Studio Tutorial
----------------------------------
📂PROJECT FILE
Flutter Final Project
Link ► gum.co/dXVGk
----------------------------------
👨‍💻 GEAR LIST
Acer Swift 3 SF314-54G-51ZK
amzn.to/2RLKw3o
Canon EOS M50 15-45mm IS STM
amzn.to/37kKeYb
Logitech C922 Pro Webcam
amzn.to/3aEi6Rw
Microphone Clip-On BOYA BY-M1
amzn.to/2vjbiJf
----------------------------------
📌 SUBSCRIBE ME
Here ► bit.ly/AbdulAzi...
----------------------------------
📱 FOLLOW
Twitter ► / abdulazizahwan
Github ► github.com/abd...
My Blog ► abdulazizahwan.com
----------------------------------
Thanks for Watching!
#Android
#Java
#Kotlin
#Swift
#Cloud

Пікірлер: 88
@edwinbabu7872
@edwinbabu7872 3 жыл бұрын
your English is not a problem .keep making videos please!!
@abdulazizahwan
@abdulazizahwan 3 жыл бұрын
Thanks a lot. You make me exited.
@techtechtuts
@techtechtuts 4 жыл бұрын
only issue i find is the color scheme of your vscode editor, apart from that everything is good and you have very easy to understand language, and your content helps me to improve my videos on the same topic.
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
Does my vscode color scheme make the code unreadable?
@techtechtuts
@techtechtuts 4 жыл бұрын
@@abdulazizahwan no its visible but color theme is not appropriate try to use material dark theme for vscode
@SBSantiagoHermida
@SBSantiagoHermida Жыл бұрын
Amazing, I followed you till the integration with firebase, awesome way to teach flutter...
@abdulazizahwan
@abdulazizahwan Жыл бұрын
Thank you so much
@ProudBloom
@ProudBloom 4 жыл бұрын
Hey Abdul! Great video u have made here :) However many people (including me) would love to hear You explaining a bit more on what You are doing while coding :)
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
Thanks for the idea!
@dylanthai6473
@dylanthai6473 3 жыл бұрын
Please help me with this error: itemCount: snapshots.data.documents.length, error at "documents". I got this message: error: The property 'documents' can't be unconditionally accessed because the receiver can be 'null'. (unchecked_use_of_nullable_value at [mytodolist_mobile] lib\main.dart:85) I tried to change documents -> docs as Stackoverflow but it does not work. Hope you can give me an advice.
@MoOohBoyKills
@MoOohBoyKills 2 жыл бұрын
Hello i have been following this video with succes but now i also want to edit the todo list by clicking on it but i keep getting errors any help?
@kitten5351
@kitten5351 2 жыл бұрын
kok view nya dikit ya ,, pdhal ini ngebantu bnaharusnya trending ini mah
@dan.gorbunov
@dan.gorbunov Жыл бұрын
Cool lesson, but 17: 00 DocumentReference documentReference = Firestore.instance.collection - is not working
@zohaibahmad5920
@zohaibahmad5920 2 жыл бұрын
Thanks for the great content but where is the Update Function?
@hhegabify
@hhegabify 3 жыл бұрын
Very good video, please keep doing the. Also what's your vscode theme? I love it.
@QuietStorm_
@QuietStorm_ 2 жыл бұрын
bang, text yang terinput tidak tampak, hanya card-ny saja, kenapa bang?
@Amarnath-ik4fy
@Amarnath-ik4fy 3 жыл бұрын
while making the alert dialogue widget it shows no named parameter with name context
@hatimvasan6103
@hatimvasan6103 Жыл бұрын
Where is the update option.
@SiMoTanjawiOfficial
@SiMoTanjawiOfficial 3 жыл бұрын
hi sir abdul aziz when arrived to Run your app to verify installation in video 15:24 i get error in build.glade android studio cannot resolve symbol 'GradleException' how i can fix it sir im waiting your reply
@hatimvasan6103
@hatimvasan6103 Жыл бұрын
How can we update
@reflet585
@reflet585 4 жыл бұрын
Hi Abdul, the app works but everyone contributes to the same database so the to-do list is the same. How do I solve this?
@dhrmarajun2406
@dhrmarajun2406 4 жыл бұрын
You need to have different users
@devformation
@devformation 3 жыл бұрын
great man! thanks!
@abdulazizahwan
@abdulazizahwan 3 жыл бұрын
You're welcome!
@ranjimavr9357
@ranjimavr9357 3 жыл бұрын
can you plz share this complete source code?
@moaaz-mg
@moaaz-mg 3 жыл бұрын
Thank you for this lesson. but I have a question in second 4:05 when you added an item in the list using: todos.add ("item") ; why you put it in initState method? and what does it do? I searched the internet for it but I still don't understand
@harshagarwal8204
@harshagarwal8204 2 жыл бұрын
In initState you write those things which you want to do when your app starts. So if you want that your app should not have empty list in the beginning you can add something in the list through this state.
@dedutdede9928
@dedutdede9928 2 жыл бұрын
i appreciate it bang keren
@yuuki55a
@yuuki55a 4 жыл бұрын
love your content!
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
I appreciate that!
@benhonda2640
@benhonda2640 4 жыл бұрын
After adding Firebase, I couldn't get the app to run on iOS because I copied the GoogleService-Info.plist file into my iOS/Runner/ directory directly (as done in this tutorial). Using Xcode to copy the GoogleService-Info.plist file into the Runner/Runner directory solved this issue for me.
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
Actually I also have never run this on iOS because the power does not have the device. Have you confirmed that the application has actually been connected to Firebase?
@ferilukmansyah3037
@ferilukmansyah3037 3 жыл бұрын
great tutor thanks,
@abdulazizahwan
@abdulazizahwan 3 жыл бұрын
You're welcome
@TanishaChhabra
@TanishaChhabra 3 жыл бұрын
There is some problem with Firestore ...I am doing it according to android app...and it is showing that it is undefined...I have added all the dependencies and other stuff..please guide
@datphan3964
@datphan3964 3 жыл бұрын
The library may have been changed you can see above firebase.flutter.dev/docs/firestore/usage/
@mohitsrinivasan5984
@mohitsrinivasan5984 2 жыл бұрын
Why is there banging noise in the back?
@ighfirlyan
@ighfirlyan 4 жыл бұрын
I follow your tutorial and got the issue red screen and "RangeError (index): Invalid value: Valid value range is empty: 0" script.
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
I think you don't have any data?
@ighfirlyan
@ighfirlyan 4 жыл бұрын
@@abdulazizahwan there's data in my firebase, it works when I use add button and insert the input but keeps red screen.
@madhav3573
@madhav3573 4 жыл бұрын
just give itemCount: todos.list in the ListView.builder
@harshkishoreverma4351
@harshkishoreverma4351 4 жыл бұрын
Hey man! At the end I'm getting an error: The getter 'documents' was called on null. Receiver: null Tried calling: documents
@msharibahmed
@msharibahmed 4 жыл бұрын
same
@efeksampi9232
@efeksampi9232 4 жыл бұрын
Downgrade the package version
@pratikjh
@pratikjh 4 жыл бұрын
Will the todo List be unique to each and every device??
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
I think yes
@sammyhkassous1756
@sammyhkassous1756 4 жыл бұрын
Thanks for you job. I think it's good to add size data control for snapshot like that : if (!snapshot.hasData) return CircularProgressIndicator(); /*** THIS LINE****/ return ListView.builder( itemCount: snapshot.data.documents.length, itemBuilder: (context, index) { DocumentSnapshot documentSnapshot = snapshot.data.documents[index]; ... ... ...
@gauthierngindu2881
@gauthierngindu2881 3 жыл бұрын
add also an edit button
@Lalitguitarist
@Lalitguitarist 4 жыл бұрын
Bro I like your teaching
@abdulazizahwan
@abdulazizahwan 4 жыл бұрын
Thanks a lot 👍
@k415hu7
@k415hu7 2 жыл бұрын
Sir snapshots.data.documents.length is giving error , please help 🙏
@zaid3586
@zaid3586 2 жыл бұрын
is your issue solved??
@c_32_kalyanilondhe10
@c_32_kalyanilondhe10 2 жыл бұрын
im facing same problem
@c_32_kalyanilondhe10
@c_32_kalyanilondhe10 2 жыл бұрын
@@zaid3586 can u help with the solution
@namanchauhan4916
@namanchauhan4916 Жыл бұрын
use this snapshots.data.docs.length,
@rowenroelborgonia1774
@rowenroelborgonia1774 4 жыл бұрын
Where can i find the code for this one
@akashmaurya-fv5lx
@akashmaurya-fv5lx 3 жыл бұрын
Can anyone tell me how to add drag and drop in the code..
@abdulazizahwan
@abdulazizahwan 3 жыл бұрын
What do you mean?
@akashmaurya-fv5lx
@akashmaurya-fv5lx 3 жыл бұрын
@@abdulazizahwan means reorderablelistview..
@nuryasin5431
@nuryasin5431 3 жыл бұрын
Bahasa Inggrisnya jadi familiar. 😬😬
@waleedharalkathiri1836
@waleedharalkathiri1836 3 жыл бұрын
source code please
@Harsh-kz3qw
@Harsh-kz3qw 3 жыл бұрын
Bro next time increase font size
@abdulazizahwan
@abdulazizahwan 3 жыл бұрын
Ok next time
@wellrafi3477
@wellrafi3477 4 жыл бұрын
hai abdul great video tapi saya tahu kamu masih bingung bikin tutorialnya ini, dan saya lihat kamu hanya ngoding doang tanpa menjelaskan, yang jadinya yang nonton bingung
@rajatsharma6137
@rajatsharma6137 2 жыл бұрын
Useless video honestly....What is the point of just coding without explaining anything..? You should explain atleast partially each and everyline that you are typing...All programmers don't use the same kind of design structure ....There are many things which will be unknown to experienced programmers as well....If you just want to type then you should share the code instead....just my opinion! Your content is really great and has good potential....
@efesener8690
@efesener8690 2 жыл бұрын
you don't explain anything. How can I learn with that?
@nasereddinelakhal5357
@nasereddinelakhal5357 4 жыл бұрын
i wasted my time watching this video ! i'm out
📱 FULL Food Delivery App w/ Backend • Flutter Tutorial
1:49:00
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН
Parenting hacks and gadgets against mosquitoes 🦟👶
00:21
Let's GLOW!
Рет қаралды 12 МЛН
Flutter Layouts for the CSS Developer
10:24
Fireship
Рет қаралды 71 М.
Top 10 Emerging Technologies of 2024 (According to Science)
10:45
It Started: Stock Up On These Items ASAP
14:28
Journey With The Hintons
Рет қаралды 160 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 548 М.
How to store data in Firestore Flutter - Cloud Firestore 2023
13:08
Coding With T
Рет қаралды 89 М.
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН