xxJeevesxx

Results 10 comments of xxJeevesxx

Do we know if this will get reviewed and closed?

> > When i use this in my apps i roll my own search. that is why I added the header property. You can then filter the items and update...

``` @override Widget build(BuildContext context) { return Scaffold( body: PersistentTabView( context, controller: _controller, screens: _buildScreens(), items: _navBarsItems(), navBarHeight: kBottomNavigationBarHeight, **bottomScreenMargin: 0.0,** decoration: NavBarDecoration(colorBehindNavBar: Colors.indigo, borderRadius: BorderRadius.circular(20.0)), navBarStyle: NavBarStyle.style3, // Choose...

If you mean "inactive" instead of disabled, then yeah. It actually is inactive. You can see the color of the icon changes. You're using style3. I think there is a...

Ah, my apologies, I misunderstood. I think that's by design and I'm not sure how to disable the bottom app bar. Sorry.

Seems to behave as expected for me. Can you provide more detail, maybe a video? Does this happen when you run the example app? Minimal code example to reproduce the...

@weedkiller Not sure this library is exactly what you want. Can you provide some examples of what you're looking at and trying to do? To remove the AM/PM just specify...

> I am thinking of adding a extra parameter where you can provide a list of Widgets which will be added on top of the list or below the list....

For reference here are some screenshots. Default width: Full width:

Do you think this will make it into the next update?