bulingitmarkdionnie-gwf

Results 8 comments of bulingitmarkdionnie-gwf

HEy!!!!!!! Release the Null Safety!!!!!!

HEY FLUTTER WEB DEVS! After days of toubleshooting I've found the problem, when dealing with meta on a child route, make sure the child route has a path name like...

> @AscentionOne You tend to open issues only when I'm super busy lol. AutoTabsRouter() has an activeIndex property which you can compare with your tab widgets index's > > `AutoTabsRouter.of(context).activeIndex`...

> since you're navigating forward you need the full hierarchy > > ```dart > context.navigate(BottomNavigation( > children:[ArtistsTabRouter( > children: [SingleArtistsRoute()] > ), > ] > ), > ); > ```...

> @markbulingit the above code shouldn't add `ArtistScreenRoute` to the nested stack. Sir, here's my code ``` onTap: () { context.navigateTo( UserDashProgramsScaffoldRouter( children: [ UserDashProgramsSinglePageRouter( postId: ezoPrograms[0]['programs'][index]['id'].toString()])); }, ``` ```...

> Hi, You can try `bootstrapGridParameters(gutterSize: 0)` Where to apply this?!?!?!!

Thanks for noticing my issue @vasilich6107, I'll try to provide a full code as soon as possible, my project very messy right now, apologies

Please!!! Fix This!!!