Questions tagged [convex-bottom-bar]

6 questions
2
votes
1 answer

Flutter ConvexAppBar how to change text style?

When i try to change TextStyle it says "The argument type 'Text' can't be assigned to the parameter type 'String'." How can i change it? I am using convex_bottom_bar 3.0.0 Sorry for my english if i made mistake bottomNavigationBar: ConvexAppBar( …
0
votes
1 answer

A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable in flutter

I am using Convex Bottom Navigation plugin for the Bottom Navigation Bar. My Kotlin Version is 1.8.10. There is no problem running the app directly in mobile, but while Building the APK it is throwing error. ** C:/Users/Vasanthan…
0
votes
1 answer

The debug console show : Error: Member not found: 'DefaultTabController.maybeOf'. when i using a bottom navigation bar

This is my bottom navigation bar code with the dependencies convex_bottom_bar: ^3.2.0. The code show below is for Bottom.dart and main.dart. Is there any problem with my code ? : Error: Member not found: 'DefaultTabController.maybeOf'. return…
0
votes
2 answers

Flutter - Call onTap from another widget

I have a convex bottom bar and the last tab is a Menu that opens a drawer when clicked. But I'm having troubles when the drawer is closed. As the tab Menu only opens a drawer I wish it could return to previous tab when drawer closes, but the Menu…
Gustavo F.
  • 95
  • 13
0
votes
1 answer

Flutter - Tab title overflow in Convex Bottom Bar

I am trying to use convex_bottom_bar lib, but when I try using a slightly longer title for a tab, it overflows. In the image below I tried to use the title Notifications, but it overflowed by 1 letter. I searched for solutions to this problem but I…
Gustavo F.
  • 95
  • 13
-1
votes
1 answer

Add custom icon

Hi i am using the library : convex_bottom_bar to create my bottom bar StyleProvider( style: Style(), child: ConvexAppBar( initialActiveIndex: 1, height: 50, top: -30, curveSize: 100, style: TabStyle.fixedCircle, …
dtjmsy
  • 2,664
  • 9
  • 42
  • 62