Bro i have big doubt bro , Using Bloc , navigate back to sub page to main page , does not want wholw page reload bro (Navigatot.push not need ), because this is once agin call , i want that pages does not reload agin, just want same stae remains bro , (Using Pop , its sub page have multiple nestesd navigation , so its alos wrong ) bro en issue unkgalku puriyathu bro suggestion soollunkga bro please
Backend la irrundhu json varumbodhu , key and values ah varum bro , eg data_type nu key vandhuchu na we can store directly in the modal like data_type , dart la _ use panna koodathu so we can change accordingly , and values la string ah “1” varudhu na type conversion and other operation ingayae pannikalam bro no need to modify in the scren or bloc so this will be a neat procedure to maintain and easy to debug
Bro i have big doubt bro , Using Bloc , navigate back to sub page to main page , does not want wholw page reload bro (Navigatot.push not need ), because this is once agin call , i want that pages does not reload agin, just want same stae remains bro , (Using Pop , its sub page have multiple nestesd navigation , so its alos wrong ) bro en issue unkgalku puriyathu bro suggestion soollunkga bro please
@@ethicsofcoding yes , bro , i using bloc state mangement , bro , this is my homeage to notification screen code snippet bro CircleIconButton( icon: Icons.notifications, onPressed: () { Navigator.of(context).push( MaterialPageRoute(builder: (context) { return NotificationsScreen(); // Ensure MenuPage is under the same context with LandingPageBloc }), ); }, hasNotification: true, ), this is my notification screen , naviagte back to home screen bro (i want does not reload gain home page so i did like this , i am not usre this correct or not ) here code snippet of notification screen ,naviagte back to home scrren --- leading: IconButton( icon: const Icon(Icons.arrow_back_ios_new), onPressed: () { context.read().add(NavigateToNotification()); Navigator.of(context).pop(); // Pop the MenuPage }, ), ----------- Bro did you help me please bro? notification screen has nested navigation on this page
Bro i have big doubt bro , Using Bloc , navigate back to sub page to main page , does not want wholw page reload bro (Navigatot.push not need ), because this is once agin call , i want that pages does not reload agin, just want same stae remains bro , (Using Pop , its sub page have multiple nestesd navigation , so its alos wrong )
bro en issue unkgalku puriyathu bro suggestion soollunkga bro please
Intha folders lam use panni vera ethathu app upload panunga bro
First like❤bro
Hi, Bro I have a doubt why u using entity direct aa model use panniklam la?
Backend la irrundhu json varumbodhu , key and values ah varum bro , eg data_type nu key vandhuchu na we can store directly in the modal like data_type , dart la _ use panna koodathu so we can change accordingly , and values la string ah “1” varudhu na type conversion and other operation ingayae pannikalam bro no need to modify in the scren or bloc so this will be a neat procedure to maintain and easy to debug
@@ethicsofcoding Ok ok nice bro.
Thanks for the video it's easily understandable. keep rocking bro!!
Hi Bro, intha app tutorial video continuation irukka?
@@Igowheee editing la irruku will upload soon
@@ethicsofcodingplz upload soon bro
Bro flutter ella concept cover pannuka bro ❤
Please do check the channel bro flutter basics la irrundhu irruku bro ☺️
Season 1 la episode erutha patha pothula bro
@@davinci2361 yes bro 😎
Git link share panunga bro for your code
Will Provide Once the season is Completed , please do subscribe and hit the bell notifications for further updates ☺️
Ok Bro
broooooooo 🤩🤩🤩🤩
Thanks for the support 🔥
@@ethicsofcoding thank you so much bro bloc use panni video potathuku waiting for part 2 🤩🤚🙋♂🙋♂🙋♂🙋♂🙋♂🙋♂
Can i have ur contact anna
Sure please dm in this instagram page
instagram.com/rajarathinam_murugesapandiyan?igsh=MXNrdnowN3UxMjFvMw%3D%3D&
@@ethicsofcoding request given anna
Bro i have big doubt bro , Using Bloc , navigate back to sub page to main page , does not want wholw page reload bro (Navigatot.push not need ), because this is once agin call , i want that pages does not reload agin, just want same stae remains bro , (Using Pop , its sub page have multiple nestesd navigation , so its alos wrong )
bro en issue unkgalku puriyathu bro suggestion soollunkga bro please
@@sgowtham-c2y hey hi bro is your page gets navigated again and again based on the bock is that right ?
@@ethicsofcoding yes , bro , i using bloc state mangement , bro ,
this is my homeage to notification screen code snippet bro
CircleIconButton(
icon: Icons.notifications,
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(builder: (context) {
return NotificationsScreen(); // Ensure MenuPage is under the same context with LandingPageBloc
}),
);
},
hasNotification: true,
),
this is my notification screen , naviagte back to home screen
bro (i want does not reload gain home page so i did like this , i am not usre this correct or not )
here code snippet of notification screen ,naviagte back to home scrren
---
leading: IconButton(
icon: const Icon(Icons.arrow_back_ios_new),
onPressed: () {
context.read().add(NavigateToNotification());
Navigator.of(context).pop();
// Pop the MenuPage
},
),
-----------
Bro did you help me please bro?
notification screen has nested navigation on this page
@@sgowtham-c2y Think you are using bloc listener please add listen when to restrict the multiple navigations