Custom Widget in Flutter
8:02
Күн бұрын
Serverpod 🚀 Deploying to AWS
12:11
Google Map tutorial | Flutter
14:42
Пікірлер
@user-xn6yj9hw6e
@user-xn6yj9hw6e Күн бұрын
Amazing !! please improve that how to generate token ?
@user-oh3cw2pj1g
@user-oh3cw2pj1g 2 күн бұрын
Thanks for the great explanation. The idea of packing markers into a map helped me a lot
@kunj_kanani
@kunj_kanani 5 күн бұрын
I am huge fan of flutter themes. I feel that making custom widget hard to maintain in multi theme scenarios.
@shakxn6210
@shakxn6210 7 күн бұрын
😂😂😂😂
@aestheticwildcat
@aestheticwildcat 8 күн бұрын
Hi, can you please make a video on how we can collaborate on Firebase with Flutter! I am working on an app with my team and facing some problems.
@CodeXdev
@CodeXdev 8 күн бұрын
Hi, certainly. I have a complete playlist for FireBase integration. Check this out kzbin.info/aero/PL3wGb9_yWsvKy7x0yZquUzRY485bfeYXo
@atiakazi3813
@atiakazi3813 9 күн бұрын
😂😂😂
@waqasroy5801
@waqasroy5801 9 күн бұрын
hahahaha Great Motivation to developers...😂😂😂😂😂
@livecanlife2831
@livecanlife2831 9 күн бұрын
I fail to watch this video
@CodeXdev
@CodeXdev 9 күн бұрын
Good one ☝️😜
@manishgautam2424
@manishgautam2424 9 күн бұрын
one extra tip is get job in some fake and Fraud Companies
@CodeXdev
@CodeXdev 9 күн бұрын
That hurts 🥹
@manishgautam2424
@manishgautam2424 9 күн бұрын
i want to be a failure developer so i subscribed ,JK
@ggff2269
@ggff2269 9 күн бұрын
Users complain if app is too easy
@CodeXdev
@CodeXdev 9 күн бұрын
😂
@royinnovations1307
@royinnovations1307 9 күн бұрын
Nice tips 😂
@MosiGit
@MosiGit 9 күн бұрын
Good vedio,
@saibotblack
@saibotblack 9 күн бұрын
At 80% just stop and start the next project
@CodeXdev
@CodeXdev 9 күн бұрын
Haha… I have done many 30% project 😆
@techplanet001
@techplanet001 9 күн бұрын
😂
@Aali.258
@Aali.258 9 күн бұрын
Thank you so much for this helpful tutorial
@mohsanikram3569
@mohsanikram3569 9 күн бұрын
Good video. But I have not found much content for the multithreading in Flutter. Basically I'm Android Developer and we are using Coroutines for handling the Main and IO threads easily. I'm looking for the same thing in Flutter. Can you please guide? Also I have some questions, 1- Lets suppose my Isolate is running, how can I know it runnuing or stopped. Or how can cancel/stop the isolate when I closed that screen? 2- How can we run API calls on the seperate IO thread? 3- How can we run the Database operation on the seperate thread?
@Aali.258
@Aali.258 9 күн бұрын
This is some hilarious way to teach 😂😂😂
@CodeXdev
@CodeXdev 9 күн бұрын
Thanks, any tip you want to share 😆
@sa_lihrecords8687
@sa_lihrecords8687 9 күн бұрын
Tips for Sigma developer 😎
@CodeXdev
@CodeXdev 9 күн бұрын
Sigma Pro
@abaz-1000
@abaz-1000 9 күн бұрын
Please have some patient to read it I have problem with items in grid view builder. If i use container and give it specific width and height then use gridview builder to repeat it specific times then the container loses the size i gave. No problem, i can resize it using childAspectRatio but another issue is that the container’s width increases if the device’s screen width increases so how do i fix that? I want the container inside gridview builder to have width size that doesn’t increase if the device’s screen width increases
@CodeXdev
@CodeXdev 9 күн бұрын
Apologies :) It's actually a very old video, recently changed it to public from members only. Talking about GridView and ListView, they need parent to define size. Try using SizedBox instead of container if you only intent to provide width and height. If you can share reproducible DartPad gist then I will be happy to look into your code.
@Mempler
@Mempler 9 күн бұрын
Finally, a way to fail
@Manishkumar-wt9tf
@Manishkumar-wt9tf 9 күн бұрын
Best video ever on how to become failure developer😂😂
@khan-um6hp
@khan-um6hp 9 күн бұрын
😂
@CodeXdev
@CodeXdev 9 күн бұрын
:D
@senseisyntaxerror
@senseisyntaxerror 9 күн бұрын
sarcasm ..eewwww
@CodeXdev
@CodeXdev 9 күн бұрын
🙆🏻‍♂️🚀
@sa_lihrecords8687
@sa_lihrecords8687 9 күн бұрын
I always use custom widgets in my all projects 🎉
@CodeXdev
@CodeXdev 9 күн бұрын
That's awesome!
@canavarox
@canavarox 10 күн бұрын
tks for the video! but i need more guide about building project to release and it will be automatically use production env
@vishalmakam7291
@vishalmakam7291 10 күн бұрын
nice, custom widgets are most usefule trick when making dynamic applications. I already done it...
@GG-kr5il
@GG-kr5il 10 күн бұрын
How do that favorite page by api getx ?
@manishgautam2424
@manishgautam2424 11 күн бұрын
can you please tell me how can i assign global config for any macro , for example equatable_macro package , a copy of equatable , here i want a global config like EquatableConfig
@ayanahmad4
@ayanahmad4 11 күн бұрын
Hello sir, really like your videos. These are very informative and helpful ❤ There's a small request It would be very helpful if you could make video on push notification without using any third party service. I want the notification still comes even if application is terminated. Currently, i am using socketio using nodejs and socketio client in flutter. And connecting to the socket in background using flutter_background_service package. But the problem is, as soon as i terminate the application, the socket disconnects. I want it to stay connected even if application is terminated
@CodeXdev
@CodeXdev 10 күн бұрын
Hello, thanks for comment! Push notifications are provided directly by system, so All you need is FCM and APNS configurations. On app side, configure Android and iOS to receive notification and you can add firebase packages to handle notifications.
@ayanahmad4
@ayanahmad4 10 күн бұрын
@@CodeXdev Thanks for the information 😊❤️ I just wanted to know if we can do this without using any third party service like firebase or others.
@CodeXdev
@CodeXdev 10 күн бұрын
Firebase is not third party in case of android! On iOS it’s done by APNS and on Android it’s done with FCM, they are the notification provider, without that notification cannot work. As you mentioned socketio, these are third parties. And you don’t really need it. It just gives some extra features and easy to manage portals
@ayanahmad4
@ayanahmad4 10 күн бұрын
@@CodeXdev ok sir, thank you so much for the info 😊❤️
@CodeXdev
@CodeXdev 11 күн бұрын
Part 1: Google Map tutorial | Flutter kzbin.info/www/bejne/e4rGpJ-Kn7ekebs
@CodeXdev
@CodeXdev 11 күн бұрын
Part 1: kzbin.info/www/bejne/jXfJkpSCrLGimKM
@benapo8399
@benapo8399 12 күн бұрын
Hey! I want to know more about custom info window but I couldn't find a way to join your community. Is it still available?
@CodeXdev
@CodeXdev 11 күн бұрын
Hi, thanks for comment. The video was made for members Only, recently I removed membership from my channel and that’s y it was not showing up! In short, you can watch that video now.
@mmkamal
@mmkamal 15 күн бұрын
Protocol (Folder/Directory) has been renamed to Models. Good luck developers <3
@AbijithB-ne1ln
@AbijithB-ne1ln 15 күн бұрын
Bro, Please Clarify my doubts By default serverpod make id as a primary key, and only id can connect with other table (foreign key) 1) how to refer my custom field as a primary key, my custom field datatype is string. 2) how to make relation between other tables with my custom field Over all doubt is working with private key & foreign key in serverpod, not only using int.
@poochaser6618
@poochaser6618 16 күн бұрын
what you meant by restful api integration ,because the api integration must follow some rule to implement rest ful api integration? otherwise it's just only api integration
@labeebak
@labeebak 16 күн бұрын
the folder named "generated". not showing in out side the lib folder ?
@yolamontalvan9502
@yolamontalvan9502 17 күн бұрын
What’s the fuss all about? They don’t update C++ every month and nobody says anything. And what’s the alternative? Java from Oracle?
@Investments1212
@Investments1212 18 күн бұрын
is it worth or not 🤔🤔🤔
@kusumachinthala3657
@kusumachinthala3657 20 күн бұрын
How to increase animation duration
@user-oc8hz8ud9e
@user-oc8hz8ud9e 21 күн бұрын
Your doing an amazing job with these videos..but after watching for hour Id recommend a backend to be built with Node.js or python
@hellgaming5921
@hellgaming5921 21 күн бұрын
Sir I have done it and am using it to get news in the app from a free api but the problem I am facing is that there are a limited number of requests I can make which turns into an error, can you tell how we can create our own apis with default data in it to show I. Our UI.
@SowbaranikaG
@SowbaranikaG 26 күн бұрын
Thankyou! Very Useful!
@666skimes
@666skimes 29 күн бұрын
ehhh its not a tutorial if you take things for granted.. i cant continue bacause im unable to create this homepage my god
@CodeXdev
@CodeXdev 29 күн бұрын
4 years old video 😐 my new videos should impress you😍
@666skimes
@666skimes 29 күн бұрын
@@CodeXdev alright thank you for letting me know, its so hard to find good tutorial for learning flutter
@rehmanshaikh6772
@rehmanshaikh6772 29 күн бұрын
if we will make CI CD pipeline then how we can set environment to deploy the same on CI CD pipeline @CodeX
@CodeXdev
@CodeXdev 29 күн бұрын
The same way I have shown flutter build command, you have to keep prod.json as arg
@alphabetical2671
@alphabetical2671 29 күн бұрын
Many companies started working on serverpod my friend got job in Accenture flutter full stack developer
@alphabetical2671
@alphabetical2671 29 күн бұрын
Please make more videos on serverpod
@savitrik3596
@savitrik3596 Ай бұрын
thx for sharing this. ive been wanting to create a flutter game and i too went through all the steps n vids u mentioned but i gave up . Now i will try again . maybe i should first follow a tutorial fully and later implement my own game.
@CodeXdev
@CodeXdev 26 күн бұрын
In my opinion, copy past is the best way to learn. You do exactly what the instructor is doing, may be change the character image to pretend its different game, but doing yourself will make you aware of all features and its working.