Questions tagged [cupertinonavigationbar]

7 questions
3
votes
1 answer

How can I change the height of CupertinoNavigationBar in Flutter?

I want to increase CupertinoNavigationBar heigth. The code is like this: child: CustomCupertinoNavigationBar( padding: EdgeInsetsDirectional.zero, backgroundColor: Colors.white, middle: Semantics( label:…
desdemona
  • 449
  • 1
  • 4
  • 10
1
vote
1 answer

How to achieve Cupertino Style Navigation Bar with a cupertino search field inside it

I am developing an iOS application in flutter. I want a navigation bar which can be expandable. On expand there should be large title on left side and on collapse same title should be on top center. This thing is possible with…
1
vote
2 answers

Flutter how to hide Cupertino bottom navigation bar at next page

I currently working on a project need to build with Cupertino widget. Everything is fine until I trying not to display bottom navigation bar at next page, but the bottom navigation bar still bring forward from previous page. Below is my example…
Deno
  • 434
  • 4
  • 16
0
votes
0 answers

Futter CupertinoNavigationBar very bad performance with root navigator

For unknown reasons, I found out that the CupertinoNavigationBar causes huge lags and frame drops when transitioning between pages when the following conditions are met: its parent, the CupertinoPageScaffold, is a page displayed within a…
Mackovich
  • 3,319
  • 6
  • 35
  • 73
0
votes
0 answers

ShowCaseWidget in CupertinoNavigationBar causing exception 'Please provide ShowCaseView context'

I am trying to have a Showcase in my CupertinoNavigationBar, but when I navigate to the Detail page, I get an exception Please provide ShowCaseView context I have saved the context from the ShowCaseWidget and applied it, but I can't get it to work…
0
votes
0 answers

How to implement simple redirect logic after buttom submission from a custom bottom nav bar based on a CupertintoTabScaffold

flutter noob here. I followed along on a tutorial to create my bottom navigation bar. Now all I want is to have a redirect to a confirmation page after a user submits a new trip to be created in my app. The issue is when I rebuild the page after the…
0
votes
1 answer

Flutter: CupertinoTabScaffold with CupertinoTabBar creating RenderFlex overflow issue at bottom for TabBar in pushed screens

I am an iOS developer, So I have idea how TabBarController works in iOS. Now I am working on Flutter (First APP). I have an App which uses CupertinoApp-CupertinoTabScaffold-CupertinoTabBar to persist BottomNavigationBar in every nested screens. My…
Max
  • 2,269
  • 4
  • 24
  • 49