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!
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.
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()?
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?
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 ?
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
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.
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. 🤠✌️
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
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.
@@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
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;
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 i follow your android toturials since my university for the completion of my fyp, and now flutter.
Awesome teaching method.💗
Thank you 😊
Great tutorial Guru ji , I just started working with Getx and it is so cool ...
That's Great 😃👍 Best wishes
@@CodingwithT thank you sir ❤️
for converting that stateless widgets to stateful widget
for vscode.
window: ctrl + .
MAC: cmd + .
Can you please also display the files that you've imported in each file. That way it is easier to follow this tutorial.
Sure Faizan I will but you can grab these images from Icons8.com
@@CodingwithT hw to search it
Mast T. Dropping gold tutorials
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!
thank you very nice explaination neat and clean
code also
Thank you 😊
Hi,
Thank you for the tutorial. Can you please update the pngs link?
Can you please make a web admin panel of this application!! also show how to add push notifications. it would be helpful ⚡️ Thankyou.
That's a Great 😃👍 Suggestion. I'll try to incorporate it
Thanks a lot 🎉
You welcome 🤠
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.
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()?
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?
You are right currently I have not figured out any ways 😕
Hallo, great tutorial. But why i still see white screen before custom splash screen show? How to remove it?
Because if you watched previous tutorial about native splash screen then that is the one you need to remove white screen.
What text styles / font did you use for this screen ? Its not there in your theme, and text_theme files.
Please watch the theme tutorial ua-cam.com/video/Q9FosAdX2U4/v-deo.html and after that you can get all the code from codingwitht.com/flutter-login-app
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 ?
Thanks dear 😊.
You can find the command to remove native splash from the link provided in the description. (Code & Resources)
hello, thank you for the video. What image sizes should I use?
That depends on where you are using the image.
Super
Thank you 😊
Awesome!
Thanks 👍
@@CodingwithT how could I make them fade out before the redirect?
Hello, can you share your AVD Skin with us ? thank for the tutorials by the way.
It's a physical device. 🤓
Why we are using the "t" tSplashImage in constant in flutter. Please explain what is the meaning of "t"
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
we've created animation in 10 mins of this video .... what's the point of doing all that after 10 mins ???? is it necessary???
Its a State Management and It helps to use Separation of concern and make our life easy.
Images you used in app where we get it
Can you give me the size of the splash image and splash top icon?
native splash screen did not disappear for me. First native splash screen then custom splash screen opens. How can I fix this?
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.
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
Please read the post given in the video description to deactivate the native Splash
How can i get those images that you have used in the project sir ?
You can get such images from Icons8.com
Can you make video responsive web,android,ios?
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. 🤠✌️
how to get same images ?
Hello please create Playlist with configuration Apis
Noted 😃
can you please provide images which are used in video at website i cant get it
Sure I will make them available in the website
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
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.
@@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
same issue, has it been fixed ?
@@etazoku6387
A W E S O M E !
Thank You
Your work is so attractive to me but why you don't share the images😕😕
Thank you dear, actually images causing Copyright issues that's why
@@CodingwithT atleast say us where to buy it
Dear I'll this image with you 😊
from which site can i get such kind of animated images?
Go to icons8.com
I don’t understand GetX... can you please make a separate tutorial
Sure, I will
didn't discuss how to changes images in dark mode ?
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;
bhi muja splash top icon chahi ha kidr sa mila ga??
Wo m ny kud design kiya tha Photoshop m
apka pas para ha to send kar do bro
@@CodingwithT
can't download images fro drive. 404
i can't find the assets
Sorry dear, I'll share them tomorrow morning
@@CodingwithT thanks
Not a problem 🤠
The welcome one is missing nor shown
Welcome screen?
@@CodingwithT solved sir thank you very much sir
That's Great 👍🤠
@@CodingwithT welcome screen is missing
I am just doing the same way but on my screen text images are showing in bigger sizes. Why?
It might be because you don't have padding around and the image is set to cover all space.
@@CodingwithT how to put the padding im still new to flutter...
where i can get those pngs?
From the description link. Or visit CodingwithT.com/flutter-login-app
image link is not working, 404
Oops 🤫. I'll update it 😃
link download image error 404
Hi
Hi ✌️🤠
Images link not worked......
Sorry! I'll update it today.
@@CodingwithT Please update it...
@@CodingwithT Please update image link
where is images bro
Link is in the description
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'.
It's a WelcomeScreen() and this Navigator.pushReplacement is Simply removing the previous screen and open the Welcome Screen
Getx just erases everything i have learned so far about stateless and stateful widgets