Customise Bottom Tab Bar in Flutter - flutter

I'm trying to make a tab bar like this for my flutter project.
Is there a way to do this?
I tried using BottomBarInspiredOutside from awesome_bottom_bar library and got this

Related

how can i achieve same nested navigation in flutter via Getx?

Here is a video of navigation in which each tab has the sub-children and then return back to that tab it contains the last page and if we click again on that tab it takes us to the parent page. This app is built with React-Native as in react-native its simple to implement via stack navigator but how is this possible via Getx routing
I have tried IndexedStack in my app bt unable to acheive same functionality. but its not giving me same functionality i want to do it via named routes
Stop using GetX and do it with flutter NavigationBar and nested navigation flow

How to Create side bar menu with navigation in flutter web

I am new to flutter and working on a web app, I want side bar menu similar to any website. I search a lot but some are using getx for navigation and some are using navigationrail
I don't want to use both of these and neither any other package. Is it possible to create simple side menu bar without using these.
You can use this package easy_sidemenu just define a PageController and you're ready to go

Default Scroll Bar For Flutter Web

can someone tell me how to able the default scroll bar for flutter web,
i can only create the scroll bar by the scrolable widgets we have , but i want to use the scroll bar of the browser instead , it is missing and i dont know how to create it , and does flutter support it in the first place? thanks in advace .
here is an example of what i want .

how to make a bottom nav bar like this in flutter without using any package?

how to make a custom bottom nav bar like this in the link below with flutter ?
[1]: https://i.stack.imgur.com/tBx2X.jpg
Try checking this package convex_bottom_bar: ^3.0.0
This package has lots of different types of bottom bar designs.

how to Custom Bottom Navigation Bar in Flutter

Can anyone help me how to achieve this customized bottom navigation bar in my app? I am new to flutter.
You can use a package named convex_bottom_bar to achieve very similar style.
https://pub.dev/packages/convex_bottom_bar