@Codingwitht i follow your android toturials since my university for the completion of my fyp, and now flutter. Awesome teaching method.💗
@CodingwithT Жыл бұрын
Thank you 😊
@rashidali67242 жыл бұрын
Great tutorial Guru ji , I just started working with Getx and it is so cool ...
@CodingwithT2 жыл бұрын
That's Great 😃👍 Best wishes
@rashidali67242 жыл бұрын
@@CodingwithT thank you sir ❤️
@NicolasBUTET2 жыл бұрын
Hi, great tutorial but I have a problem with the navigation after the splashscreen has redirect to my HomePage. Impossible to navigate to another page, it always redirects to my HomePage. Do you have an idea ? Thanx.
@CodingwithT2 жыл бұрын
Well as there are only 2 screens which might be either stateless or Stateful widgets so, it's difficult to say that it's default behavior. Have you created a controller with onReady()?
@kairu7815Ай бұрын
for converting that stateless widgets to stateful widget for vscode. window: ctrl + . MAC: cmd + .
@alquranalkarim6312 Жыл бұрын
Nice job thank you . But i have problem the first screen is flutter native splash of last course then comes this animation splash in second screen . How to remove flutter native splash of the last course ?
@CodingwithT Жыл бұрын
Thanks dear 😊. You can find the command to remove native splash from the link provided in the description. (Code & Resources)
@aliappdevelop Жыл бұрын
What about white screen before the splash screen? I know for that we need to use flutter_native_splash but there is limitation of multiple images. Do you have any idea regarding this solution?
@CodingwithT Жыл бұрын
You are right currently I have not figured out any ways 😕
@achrafelaffas Жыл бұрын
Hi, Thank you for the tutorial. Can you please update the pngs link?
@Shahrukhkhan-ng5dp7 ай бұрын
Images you used in app where we get it
@zeeshanpc2 жыл бұрын
What text styles / font did you use for this screen ? Its not there in your theme, and text_theme files.
@CodingwithT2 жыл бұрын
Please watch the theme tutorial kzbin.info/www/bejne/h2qpoKZ3mb1li5Y and after that you can get all the code from codingwitht.com/flutter-login-app
@flutterIgnite9 ай бұрын
Mast T. Dropping gold tutorials
@CodingwithT9 ай бұрын
Thank you so much! I'm glad you're finding the tutorials helpful. If you have any questions or need further clarification on any topic, feel free to ask. Happy coding!
@nimesh519 Жыл бұрын
thank you very nice explaination neat and clean code also
@CodingwithT Жыл бұрын
Thank you 😊
@GuzSurya2 жыл бұрын
Hallo, great tutorial. But why i still see white screen before custom splash screen show? How to remove it?
@CodingwithT2 жыл бұрын
Because if you watched previous tutorial about native splash screen then that is the one you need to remove white screen.
@TrikNgonlen2 жыл бұрын
A W E S O M E !
@CodingwithT2 жыл бұрын
Thank You
@vaibhavkumarpatel68632 жыл бұрын
Why we are using the "t" tSplashImage in constant in flutter. Please explain what is the meaning of "t"
@CodingwithT2 жыл бұрын
Buddy don't get confused with t. I just use t as Coding with T and make custom classes start with t to remember. You can use your own or just simple name. 🥂 Cheer's
@WebDev.Farhan Жыл бұрын
Can you give me the size of the splash image and splash top icon?
@muhammadhassantahir8531 Жыл бұрын
I am just doing the same way but on my screen text images are showing in bigger sizes. Why?
@CodingwithT Жыл бұрын
It might be because you don't have padding around and the image is set to cover all space.
@farhanjohari19902 ай бұрын
@@CodingwithT how to put the padding im still new to flutter...
@MrFaizanh Жыл бұрын
Can you please also display the files that you've imported in each file. That way it is easier to follow this tutorial.
@CodingwithT Жыл бұрын
Sure Faizan I will but you can grab these images from Icons8.com
@mitcode1760 Жыл бұрын
@@CodingwithT hw to search it
@abbasshah1418 Жыл бұрын
Aoa guys casn someone Tell me what he did at 9:09 Code: Navigator.push.Replacement(context, MaterialPageRoute (builder: (context) => Welcom_ _ _ _?) im facing an error : Undefined name 'Welcome'.
@CodingwithT Жыл бұрын
It's a WelcomeScreen() and this Navigator.pushReplacement is Simply removing the previous screen and open the Welcome Screen
@БогданОвсиенко-ы4ъ Жыл бұрын
hello, thank you for the video. What image sizes should I use?
@CodingwithT Жыл бұрын
That depends on where you are using the image.
@SuperAussi32 жыл бұрын
Thanks a lot 🎉
@CodingwithT2 жыл бұрын
You welcome 🤠
@rodrodrigues1729 Жыл бұрын
Awesome!
@CodingwithT Жыл бұрын
Thanks 👍
@rodrodrigues1729 Жыл бұрын
@@CodingwithT how could I make them fade out before the redirect?
@etazoku6387 Жыл бұрын
Hello, first i would say you do a great tutorial. I dont know if it's normal but when i start the application, the native SplashScreen of flutter still start and after my own splash screen is play. Is that normal and there is a way to change that ? Thanks for this tutorial
@CodingwithT Жыл бұрын
Hi, thank you. About your question. If we talk about practicality, only one splash screen should be used. If you want to use native splash which is recommended then you shouldn't use this custom animated splash.
@etazoku6387 Жыл бұрын
@@CodingwithT Ok thank you, I think I expressed myself badly, when I launch my application for the first time, the flutter logo appears then after my splashscreen launches, is there a way to directly have my SplashScreen ? but once my application is launched and I do realod hots, I only have the splashscreen that appears
@mehakjiwani864 Жыл бұрын
same issue, has it been fixed ? @@etazoku6387
@Saurabhhhh2 жыл бұрын
Can you please make a web admin panel of this application!! also show how to add push notifications. it would be helpful ⚡️ Thankyou.
@CodingwithT2 жыл бұрын
That's a Great 😃👍 Suggestion. I'll try to incorporate it
@jabidhasan85122 жыл бұрын
How can i get those images that you have used in the project sir ?
@CodingwithT2 жыл бұрын
You can get such images from Icons8.com
@faruktabutcuogullar26145 ай бұрын
native splash screen did not disappear for me. First native splash screen then custom splash screen opens. How can I fix this?
@CodingwithT5 ай бұрын
You don't have to create/call a custom splash screen, when you have a native splash. If you don't want your custom splash screen to be appeared, just don't call it.
@dhanashrigirase157 Жыл бұрын
can you please provide images which are used in video at website i cant get it
@CodingwithT Жыл бұрын
Sure I will make them available in the website
@repkuc10 ай бұрын
how i can delete or deactivate native splash screen in my app? in pubspec i was comment all lines with native splash screen. but it shows anyway
@CodingwithT10 ай бұрын
Please read the post given in the video description to deactivate the native Splash
@mehwish3043 Жыл бұрын
how to get same images ?
@hafsaabid586 Жыл бұрын
from which site can i get such kind of animated images?
@CodingwithT Жыл бұрын
Go to icons8.com
@Same7z Жыл бұрын
Super
@CodingwithT Жыл бұрын
Thank you 😊
@muhdluqman13582 жыл бұрын
Can you make video responsive web,android,ios?
@CodingwithT2 жыл бұрын
For Android & IOS this series will be helpful as we try to make an app that will be able to run on any size of mobile device. Will also create a responsive app for all three. 🤠✌️
@toshinenkosen9976 Жыл бұрын
Hello, can you share your AVD Skin with us ? thank for the tutorials by the way.
@CodingwithT Жыл бұрын
It's a physical device. 🤓
@Noumandev Жыл бұрын
bhi muja splash top icon chahi ha kidr sa mila ga??
@CodingwithT Жыл бұрын
Wo m ny kud design kiya tha Photoshop m
@Noumandev Жыл бұрын
apka pas para ha to send kar do bro @@CodingwithT
@nisarg8477 Жыл бұрын
didn't discuss how to changes images in dark mode ?
@CodingwithT Жыл бұрын
I suggest you watch my new playlist of e-commerce in which I talk about this in Login Screen design. But simply you can create a variable which checks the active screen mode. Inside build method create a variable like.. final isDarkMode = Theme.of(context). brightness==Brightness.dark; And now use the isDarkMode variable in your design to change the image. Image(isDarkMode? AddDarkImageUrl : AddLightImageUrl;
@programmermasud86572 жыл бұрын
i can't find the assets
@CodingwithT2 жыл бұрын
Sorry dear, I'll share them tomorrow morning
@programmermasud86572 жыл бұрын
@@CodingwithT thanks
@CodingwithT2 жыл бұрын
Not a problem 🤠
@akhilps96262 жыл бұрын
where i can get those pngs?
@CodingwithT2 жыл бұрын
From the description link. Or visit CodingwithT.com/flutter-login-app
@mitcode1760 Жыл бұрын
can't download images fro drive. 404
@ariesxd65712 жыл бұрын
The welcome one is missing nor shown
@CodingwithT2 жыл бұрын
Welcome screen?
@ariesxd65712 жыл бұрын
@@CodingwithT solved sir thank you very much sir
@CodingwithT2 жыл бұрын
That's Great 👍🤠
@Matrix-jp2jn2 жыл бұрын
@@CodingwithT welcome screen is missing
@jaydeepadvani8001 Жыл бұрын
Hello please create Playlist with configuration Apis
@CodingwithT Жыл бұрын
Noted 😃
@Nuur_Rajput Жыл бұрын
we've created animation in 10 mins of this video .... what's the point of doing all that after 10 mins ???? is it necessary???
@CodingwithT Жыл бұрын
Its a State Management and It helps to use Separation of concern and make our life easy.
@khawlakhawla43442 жыл бұрын
Your work is so attractive to me but why you don't share the images😕😕
@CodingwithT2 жыл бұрын
Thank you dear, actually images causing Copyright issues that's why
@livebandar6615 Жыл бұрын
@@CodingwithT atleast say us where to buy it
@CodingwithT Жыл бұрын
Dear I'll this image with you 😊
@Hamza-yq7sj2 жыл бұрын
Images link not worked......
@CodingwithT2 жыл бұрын
Sorry! I'll update it today.
@incognitoguy23952 жыл бұрын
@@CodingwithT Please update it...
@muniirabdullahi4481 Жыл бұрын
@@CodingwithT Please update image link
@UtifeInc.-up1jf Жыл бұрын
I don’t understand GetX... can you please make a separate tutorial
@CodingwithT Жыл бұрын
Sure, I will
@sanaishaq7306 Жыл бұрын
image link is not working, 404
@CodingwithT Жыл бұрын
Oops 🤫. I'll update it 😃
@allhzzenmiserable2295 Жыл бұрын
link download image error 404
@appkartsolution29612 жыл бұрын
Hi
@CodingwithT2 жыл бұрын
Hi ✌️🤠
@odtu49482 ай бұрын
where is images bro
@CodingwithTАй бұрын
Link is in the description
@sanjapkoki2 жыл бұрын
Getx just erases everything i have learned so far about stateless and stateful widgets