This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/clone_github_repo_example
HI i got an error saying the arguement type jsObject cant be assigned to the parameter type BuildContext context has a red line under it in ElevatedButton part of my code
Thank You Kirubel Berhanu! Follow this link: stackoverflow.com/questions/53406548/error-dart-the-argument-type-context-cant-be-assigned-to-the-parameter-typ I hope you will get your answer 🙂
Hi Johannes Mike, Thanks for the wonderful Video, While reading the Navigator.push() documentation, it could see that Navigator.push() returns a Future event, Generally in flutter, we would add "await" keyword when a function call returns a Future Event, Why don't we add any await keyword before any Navigator.push commands ?
Hey man i need your help here , i have been struggling with this, when i use navigator.puah i doesn't show back button on the next page app bar what is the issue , can you help here??
Hi! sir,, I follow your instructions in Pop,, but I got an error: Error: A non-null value must be returned since the return type 'Future' doesn't allow null. PS: please help me to debug this. Tnx
Sir please 🙏🙏🙏 tell me if I want to pop 3 values back how can I do ? Please sir I'm stuck from last 3 days I have watched all ur videos but not found any solution
Thank You @hamzahawat8092! Follow this link: stackoverflow.com/questions/55618717/error-thrown-on-navigator-pop-until-debuglocked-is-not-true I hope you will get your answer 🙂
put video for how to improve flutter web app scrolling performance.I was run my app in chrome the scroll performance not smooth , i behaviour like sloth. so pls ready these type videos
Thank You Stary Night! Follow this link: stackoverflow.com/questions/57370739/how-do-i-pass-more-than-one-values-using-navigator-pop-method-in-flutter I hope you will get your answer 🙂
Thank You Shakeel Akthar! Follow this link: stackoverflow.com/questions/55265782/android-back-button-keep-bring-me-back-to-first-screen-when-its-pressed-and-didn I hope you will get your answer 🙂
Thank You wona be!! Follow this link: stackoverflow.com/questions/45916658/how-to-deactivate-or-override-the-android-back-button-in-flutter I hope you will get your answer 🙂
Nice Video , But Without Animation No Any App Like Much Better For User Experience So When You Create A Next Any Topic Video Please Use Professional Animation Who Not Use AnyOne in Video Please Sir . Thanking You .
onTap: () { print("Edit Profile"); Navigator.push( context, MaterialPageRoute( builder: (context) => Second page())); ->This is my first page TextButton( onPressed: () => { Navigator.pop(context,'Continue'), Navigator.push(context, MaterialPageRoute(builder: (context) => FirstPage())), }, ->This is my second page when I click on back button of first page it's showing Second page again. Can you help me with this?
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/clone_github_repo_example
Thanks man, straight to point !❤
Thank you ❤️ for the suggestion! We’ll definitely consider it for our future content ideas. 😊
On point, no time wasted. Great video! ❤
Glad to hear that, Thank you @better_notes182! 😊
It's an amazing tutorial. Your narrative style is perfect. Thank you very much. Keep going.
Thank you for all @Johannes
You help me a lot with your videos ! Thanks !
sirrrr what a way of presenting,,,,,really appreciative great
simple and clear, thank you :D !
Glad to hear that, Thank you @sofienbenktib8970! 😊
Thanks Johannes, really easy guide to understand such things , thanks for your efforts....
Quality Content , Thank you Johannes !
Great explain easy to understand.
Thank you for you sharing ❤️
thanks for this very detail tutorial
hi Johannes, thank you for this tutorial! May I know how to preserve states of widget when navigating using this method?
nice explication. I understood well this time. thank
Thank you ! direct to the goal !
Glad it was helpful, whitebracket! 🙂
print('Really Short, simple, sweet and smooth Thanks'),
Very nicely explained sir 🙂
Sir, please flutter navigation 2.0
Thank you very much 🙏
HI i got an error saying the arguement type jsObject cant be assigned to the parameter type BuildContext context has a red line under it in ElevatedButton part of my code
Thank You Kirubel Berhanu! Follow this link: stackoverflow.com/questions/53406548/error-dart-the-argument-type-context-cant-be-assigned-to-the-parameter-typ
I hope you will get your answer 🙂
@@HeyFlutter Thank you for the reply i have solved it already
Thanks for helpful video.
How can I go directly into first screen from third screen ? is it possible ? Thanks
Novadays ,i chuckled a bit
Hi Johannes Mike, Thanks for the wonderful Video, While reading the Navigator.push() documentation, it could see that Navigator.push() returns a Future event, Generally in flutter, we would add "await" keyword when a function call returns a Future Event, Why don't we add any await keyword before any Navigator.push commands ?
It;s an amazing tutorial
Thank you, Hammed Messi! 🙂
We need getX tutorials
Hey man i need your help here , i have been struggling with this, when i use navigator.puah i doesn't show back button on the next page app bar what is the issue , can you help here??
@@HeyFlutter yes , no leading initialized on the second page i only have the app bar and it has nothing but the title and still no back button
i like that thank you alot
Sir, how can I navigate to same page ? Like selecting menu button
Thumbs up man..
Thank you, Michael Otu! 🙂
Hi! sir,, I follow your instructions in Pop,, but I got an error: Error: A non-null value must be returned since the return type 'Future' doesn't allow null. PS: please help me to debug this. Tnx
Sir please 🙏🙏🙏 tell me if I want to pop 3 values back how can I do ? Please sir I'm stuck from last 3 days I have watched all ur videos but not found any solution
Is this the way to navigate after "Google sign in"/firebase screen to the "Home-screen"? I am a noob, sorry 😔
@@HeyFlutter thank you. How can I usw the navigator. Push without a button...? I mean a delayed switch to another screen.
What if i had pop back directly from Third screen to First screen ?
"You're welcome! Looking forward to seeing it in the future. 😊"
I have an error !_debugLocked is not true when i want to back to the Previous screen
How can i solve it
Im sorry but my english is not very good
Thank You @hamzahawat8092! Follow this link: stackoverflow.com/questions/55618717/error-thrown-on-navigator-pop-until-debuglocked-is-not-true
I hope you will get your answer 🙂
put video for how to improve flutter web app scrolling performance.I was run my app in chrome the scroll performance not smooth , i behaviour like sloth. so pls ready these type videos
what happen if my second screen is black. what is the cause
THANKS!!!!!!
You are welcome, Caio Andrade!
can you pop multiple data in flutter?
Thank You Stary Night! Follow this link: stackoverflow.com/questions/57370739/how-do-i-pass-more-than-one-values-using-navigator-pop-method-in-flutter
I hope you will get your answer 🙂
but in my case , without pressing a button , I am navigating to 2nd screen although I push navigation on onpressed function
Thank you MESSI, make sure to follow the tutorial step by step 🙂
When i click device back button from third screen, its going to first screen, but it has to go to second screen. what should I do?
Thank You Shakeel Akthar! Follow this link: stackoverflow.com/questions/55265782/android-back-button-keep-bring-me-back-to-first-screen-when-its-pressed-and-didn
I hope you will get your answer 🙂
Alles sehr gut gemacht bruder! mach weiter, vielleicht versuch doch mal auch ein deutsches video?? DANKE
Thanks for the idea, Can Piet! 🙂 I have added it to my list of ideas for future videos!
@@HeyFlutter thx alot
When I click on the back button of the navigation bar it pop's previous page how to stop that
Thank You wona be!! Follow this link: stackoverflow.com/questions/45916658/how-to-deactivate-or-override-the-android-back-button-in-flutter
I hope you will get your answer 🙂
@@HeyFlutter thanks for your help sir
Thank you so much sir love you 👏❤️🔥❤️🔥
You are welcome, Akhilesh Rao!
Nice
i got a lot of errors from just copying what u did
Any tutorials for camera filters and masks faces like Snapchat
@@HeyFlutter yes thanks
flutter sikhai
Nice Video , But Without Animation No Any App Like Much Better For User Experience So When You Create A Next Any Topic Video Please Use Professional Animation Who Not Use AnyOne in Video Please Sir .
Thanking You .
😎😍🤘
onTap: () {
print("Edit Profile");
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => Second page()));
->This is my first page
TextButton(
onPressed: () => {
Navigator.pop(context,'Continue'),
Navigator.push(context, MaterialPageRoute(builder: (context) => FirstPage())),
},
->This is my second page
when I click on back button of first page it's showing Second page again.
Can you help me with this?