💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko In case you need more understanding on each widget/package.. check these out LIST VIEW & BUILDER • ruclips.net/video/k1LxTsmAURU/видео.html HIVE • ruclips.net/video/FB9GpmL0Qe0/видео.html HEAT MAP • pub.dev/packages/flutter_heatmap_calendar ALERT DIALOG BOX • ruclips.net/video/3G497C9uy0M/видео.html TEXTFIELD • ruclips.net/video/LFQgZc4oKa4/видео.html I hope this helps you ❤ happy coding! ✌🏾
thank you so so much for this - you and your videos have been really helpful in my flutter journey so far, and I believe will continue to be in the future!
I know there are many videos on rest api and using model classes in flutter but your explanation is way better and understandable can you make a short series of making or using model classes and using api in flutter
Just a question on 2:20 why you have to use a padding widget on the container when you can just use the margin property of the container? i am just curious. Is there a catch or just your own preference? Thanks.
Hey can you help me? I am new to flutter, i watched your video entirely but i am still facing the error in the last part where you are calling MonthlySummary(), The error is "Null is not a subtypeof string", i tried to solve my issue from web didn't get any satisfactory answers.
I'm not sure if you check back on old comments. But is it possible to transform the data created here into a Firestore equivalent? I just started and just wanted to know if its possible?
anyone having trouble with the app showing a blank screen once you kill it? I tried restarting the app, the emulator, choosing a different emulator, and all of those just end up with a blank scaffold when I run the app
After how many days should the single column of dates change into the calendar view that we see in the tutorial? I know that by changing the widget from "HeatMap" to "HeatMapCalendar" gives us something close to that but not exactly what's in the tutorial.
There's something wrong I think. I followed all your steps and even pulled your code from Github but I still got the same error with implementing the heat map. That very error at the end of the video about 'Null is not a subtype... Please help me out.
Hi bro, we can use convertDateTimeToString function in todaysDateFormatted, right ? is there an disadvantage about this usage? Btw, did u try the Cron package that mentioned in the FlutterPod? I wanna try repeatable missions in my new project, like this habit tracker
Hello Mitch, thank you for these videos as it has helped me a lot in my project. I have been struggling to build a QR code generator and scanner that will transmit values such as money. It’s a project that will use QR code to send and receive money . Please can you do a video related to something like this ?
Hi there! I'm not sure if you check this often, but I was wondering if you could help me out with a Hive tutorial that involves setting up a database with multiple structured databases (I'm not sure if that's the right term). I'm having trouble figuring out how to create a hierarchical structure for my data, like an address book, where there are upper-level categories (like "family," "friends," "coworkers," etc.) and lower-level entries (like a "person" with their name, phone number, address, etc.) within each category. I'm not sure how to relate multiple groups of data to each other. Any help or guidance you could provide would be greatly appreciated. Thank you!
At 27 min of video i added 2 habits in app, then i restarted and got this error: The following NoSuchMethodError was thrown building Builder: Class 'List' has no instance method 'unary-'. Receiver: Instance(length:2) of '_GrowableList' Tried calling: unary-() My app in emulator got red error. I have no idea what im doing wrong :/
Dumb question but what extension is providing that context popup with the empty method signature options, as seen here ruclips.net/video/2VKpq4h3Sdw/видео.html
thank you! Have you played around with Isar database much yet? Seems a bit more complicated than Hive but is apparently better? I wonder if you would make a tutorial app using Isar database. Thanks again for the great content!
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
In case you need more understanding on each widget/package.. check these out
LIST VIEW & BUILDER • ruclips.net/video/k1LxTsmAURU/видео.html
HIVE • ruclips.net/video/FB9GpmL0Qe0/видео.html
HEAT MAP • pub.dev/packages/flutter_heatmap_calendar
ALERT DIALOG BOX • ruclips.net/video/3G497C9uy0M/видео.html
TEXTFIELD • ruclips.net/video/LFQgZc4oKa4/видео.html
I hope this helps you ❤ happy coding! ✌🏾
Please can you do a tutorial on caching API data with hive?
You are a Gem mitch!
Thanks!
thank you so so much for this - you and your videos have been really helpful in my flutter journey so far, and I believe will continue to be in the future!
Haha no worries! We’re on this journey together ❤️
Hatsoff
Please keep on making these small apps for better understanding
I know there are many videos on rest api and using model classes in flutter but your explanation is way better and understandable can you make a short series of making or using model classes and using api in flutter
Yeah sure this is my next video. Coming soon❤
Your explanation is best
Awesome contents bro keep going ! Btw could you do some basic projects with firebase ?
Nicely explained, Thank you Mitch
No worries 👨🏽💻❤️
That's so cool man!
keep this type of content coming
Just a question on 2:20 why you have to use a padding widget on the container when you can just use the margin property of the container? i am just curious. Is there a catch or just your own preference? Thanks.
Your explanation is always top notch 💯
Thank you so much for this... Your amazing
haha you are too nice. Your words mean a lot to me 💜 How is flutter going for u so far?
Great tutorial absolutely loved it i just need to know how you go the heat map to change colour when checking a habit
Your videos very useful for us. Thank you very much!
You are welcome!
Man this is amazing!
This is awesome! Thank you!
Thanks a lot Mitch. Can you do a video comparing firebase vs hive?
Firebase is a quick solution for online data/hosting stuff and hive is for storing local data
@@createdbykoko Check out Isar as well, it's by the Hive creator and he says it's like Hive 2.0.
Your explain is amazing ❤
make how to use api in flutter tutorial
Hey can you help me? I am new to flutter, i watched your video entirely but i am still facing the error in the last part where you are calling MonthlySummary(), The error is "Null is not a subtypeof string", i tried to solve my issue from web didn't get any satisfactory answers.
👌🔥🔥🔥🔥🔥Thanks Mitch
❤❤❤
@@createdbykoko and Mitch please make an app that uses push notifications
On point!
Great tutorial as always. U should make a tutorial about getting ads into ur flutter app.
Just a question, can you make it so that it caps out after 30 days, so that the heatmap doesnt keep growing "outside" the screen
I'm not sure if you check back on old comments. But is it possible to transform the data created here into a Firestore equivalent? I just started and just wanted to know if its possible?
anyone having trouble with the app showing a blank screen once you kill it? I tried restarting the app, the emulator, choosing a different emulator, and all of those just end up with a blank scaffold when I run the app
Please make a video about sqflight.
Great work bro ❤❤❤❤
Great content as always. How did you get the tile and font to change color when the habit was selected?
Mitch can you create a App which will generate invoices for transactions. It seems kinda hard in flutter.
After how many days should the single column of dates change into the calendar view that we see in the tutorial? I know that by changing the widget from "HeatMap" to "HeatMapCalendar" gives us something close to that but not exactly what's in the tutorial.
There's something wrong I think. I followed all your steps and even pulled your code from Github but I still got the same error with implementing the heat map. That very error at the end of the video about 'Null is not a subtype... Please help me out.
do you also have just white screen on emulator?
@@rer479 no. It's a red screen with an error on it about null is not a subtype of type string
@@kjccaleb9148 did you reboot your emulator?
@@rer479 I did a bunch of times but nothing. so I decided to just leave the last bit out
@@kjccaleb9148 I also had gotten the same error.
So I would suggest u to change your current emulator or update the same.
I hope it works.
how make that green strenght strong in heat app ??
Hi bro, we can use convertDateTimeToString function in todaysDateFormatted, right ? is there an disadvantage about this usage? Btw, did u try the Cron package that mentioned in the FlutterPod? I wanna try repeatable missions in my new project, like this habit tracker
cant we just keep the list empty so that it doesnt show the tasks when we restart the app again.
Hello Mitch, thank you for these videos as it has helped me a lot in my project.
I have been struggling to build a QR code generator and scanner that will transmit values such as money.
It’s a project that will use QR code to send and receive money .
Please can you do a video related to something like this ?
Haha ok i will look into it
Great Tutorial, please make one on bloc.
how do I save images in a hive database?
Hi there! I'm not sure if you check this often, but I was wondering if you could help me out with a Hive tutorial that involves setting up a database with multiple structured databases (I'm not sure if that's the right term). I'm having trouble figuring out how to create a hierarchical structure for my data, like an address book, where there are upper-level categories (like "family," "friends," "coworkers," etc.) and lower-level entries (like a "person" with their name, phone number, address, etc.) within each category. I'm not sure how to relate multiple groups of data to each other. Any help or guidance you could provide would be greatly appreciated. Thank you!
I CAN'T FIND IT EITHER! HELP
At 27 min of video i added 2 habits in app, then i restarted and got this error:
The following NoSuchMethodError was thrown building Builder:
Class 'List' has no instance method 'unary-'.
Receiver: Instance(length:2) of '_GrowableList'
Tried calling: unary-()
My app in emulator got red error. I have no idea what im doing wrong :/
Fixed. Damn feels good
Dumb question but what extension is providing that context popup with the empty method signature options, as seen here
ruclips.net/video/2VKpq4h3Sdw/видео.html
I love it
Thanks
thank you! Have you played around with Isar database much yet? Seems a bit more complicated than Hive but is apparently better? I wonder if you would make a tutorial app using Isar database. Thanks again for the great content!