Flutter Navigate to Another Activity | flutter button click next page | Routes in Flutter | #5

  Рет қаралды 13,587

Programming Guru

Programming Guru

Күн бұрын

Пікірлер: 34
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Ha guys please like subscribe and comment Please do support and share my videos Thank you ❤️❤️❤️❤️
@abbaskhan7760
@abbaskhan7760 2 жыл бұрын
Brilliant flutter Navigation between screen tutorial keep it up
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Thanks
@Speedcode5x
@Speedcode5x 2 жыл бұрын
Great flutter Navigation Drawer tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Thanks
@backofficecyberclouds2050
@backofficecyberclouds2050 2 жыл бұрын
Awesome flutter navigation tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Thanks
@topanalysis7267
@topanalysis7267 2 жыл бұрын
Great work keep sharing
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Thanks
@relaxationmeditation8021
@relaxationmeditation8021 Жыл бұрын
Brilliant flutter navigation tutorial keep it up
@programmingguruThecoderboy
@programmingguruThecoderboy Жыл бұрын
Thanks
@technicaluz
@technicaluz 2 жыл бұрын
very well explianed tutorial keep it up
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Thanks
@hindimedium1590
@hindimedium1590 Жыл бұрын
great flutter navigation tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy Жыл бұрын
Thanks
@ashakurmohed
@ashakurmohed 6 ай бұрын
Thank you for this video it helps
@programmingguruThecoderboy
@programmingguruThecoderboy 5 ай бұрын
You're welcome!
@lonefist1890
@lonefist1890 Жыл бұрын
Simple and informative ,good job brother , thank you .
@programmingguruThecoderboy
@programmingguruThecoderboy Жыл бұрын
Welcome
@codewithmik
@codewithmik 2 жыл бұрын
very useful flutter navigation tutorial
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Glad you think so!
@AziziAli-t1j
@AziziAli-t1j 10 ай бұрын
Mashallah bro
@programmingguruThecoderboy
@programmingguruThecoderboy 9 ай бұрын
JazakAllah
@IdrisAzim
@IdrisAzim Ай бұрын
Thanks a lot!
@programmingguruThecoderboy
@programmingguruThecoderboy Ай бұрын
You're welcome!
@himanshubisht1226
@himanshubisht1226 2 жыл бұрын
hello how can we make a next button under the tabs of tab bar view?
@programmingguruThecoderboy
@programmingguruThecoderboy 2 жыл бұрын
Don't know haven't checked yet
@himanshubisht1226
@himanshubisht1226 2 жыл бұрын
@@programmingguruThecoderboy please try i m getting an error 🤧🤮
@messiisthebest
@messiisthebest Жыл бұрын
but bro my screen are overlapping without pressing the button
@programmingguruThecoderboy
@programmingguruThecoderboy Жыл бұрын
You navigate to another activity outside button pressed
@messiisthebest
@messiisthebest Жыл бұрын
@@programmingguruThecoderboy but i have set the navigation on onpressed only
@programmingguruThecoderboy
@programmingguruThecoderboy Жыл бұрын
@@messiisthebest Can you paste the code here
@messiisthebest
@messiisthebest Жыл бұрын
@@programmingguruThecoderboy import 'package:flutter/material.dart'; import './home.dart'; class Question extends StatelessWidget { Question({super.key}); TextEditingController durationController = TextEditingController(); TextEditingController lengthController = TextEditingController(); @override Widget build(BuildContext context) { return Container( margin: const EdgeInsets.only(top: 80), child: Column( children: [ Container( margin: const EdgeInsets.only(top: 30, right: 180), child: const Text("enter the period duration", style: TextStyle(fontSize: 18)), ), Card( child: TextField( decoration: const InputDecoration( labelText: "period duration", ), controller: durationController, keyboardType: TextInputType.number, )), Container( margin: const EdgeInsets.only(top: 30, right: 180), child: const Text("enter the period length", style: TextStyle(fontSize: 18)), ), Card( child: TextField( decoration: const InputDecoration( labelText: "period length", ), controller: lengthController, keyboardType: TextInputType.number, )), OutlinedButton( onPressed: () { //ClearSession(); if (Navigator.canPop(context)) { Navigator.pop(context, true); } Navigator.pushReplacement(context, MaterialPageRoute(builder: (context) => const Home())); }, child: const Text("Submit"), ), ], ), ); } } and the home class is import 'package:flutter/material.dart'; class Home extends StatefulWidget { const Home({super.key}); @override State createState() => _HomeState(); } class _HomeState extends State { @override Widget build(BuildContext context) { return Container( child: Column( children: [ Row( children: [ Container(child: Icon(Icons.home)), Container(child: Icon(Icons.calendar_month)), Container( child: Text(" home button"), ) ], ) ], ), ); } } and you can see output image in this link www.dropbox.com/s/kylus6e3gidovmy/Screenshot%202022-11-11%20094226.png?dl=0
@messiisthebest
@messiisthebest Жыл бұрын
thank you for the concern, but the problem was solved, it was my fault, I call the same home widget in the main. dart file, sorry for consuming your valuable time
Drawer in Flutter - Flutter Navigation Drawer Menu
14:09
Programming Guru
Рет қаралды 783
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 11 МЛН
What's in the clown's bag? #clown #angel #bunnypolice
00:19
超人夫妇
Рет қаралды 24 МЛН
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 77 МЛН
Why Agent Frameworks Will Fail (and what to use instead)
19:21
Dave Ebbelaar
Рет қаралды 75 М.
This Folder Structure Makes Me 100% More Productive
24:36
Web Dev Simplified
Рет қаралды 43 М.
I reverse engineered Next to find what they are hiding
29:48
Theo - t3․gg
Рет қаралды 12 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 932 М.
3.2 - Navigate to a new screen in flutter - Flutter Push Pop 2023
8:29
Google Data Center 360° Tour
8:29
Google Cloud Tech
Рет қаралды 5 МЛН
Flutter Tutorial - Sortable DataTable In 9 Minutes
9:29
HeyFlutter․com
Рет қаралды 47 М.
How to navigate to second screen in Flutter
12:42
Learn with Shajeel
Рет қаралды 12 М.
DID A VAMPIRE BECOME A DOG FOR A HUMAN? 😳😳😳
00:56