tabbar Questions
5
Solved
I'm trying to reproduce a "Instagram" like tabBar which has a "Utility" button in the middle which doesn't necessarily belong to the tabBar eco system.
I have attached this gif to show the behavi...
8
Solved
I've implemented TabBar() inside my AppBar().
Now, there is extra space between tabs. I'm running it on Chrome (web). I've tried to add zero padding to the indicatorPadding, labelPadding and paddin...
Polynesia asked 28/9, 2021 at 6:27
1
I'm working on an iOS app, and I'd like to implement a bottom sheet that appears above the TabBar.
I would like to get the appearance as in the image.
I appreciate any guidance on how to achieve t...
Remount asked 1/9, 2023 at 9:29
7
As you can see from the screenshot, the 'Language' tab appears twice.
I've got the following code for HostingTabBar which is called on app startup:
struct HostingTabBar: View {
private enum Ta...
6
Solved
I have an app with a TabBar with 5 tabs (regular tab bar with no custom class). When I start the app the left tab is opened. I want it to open the middle one first. I've tried putting
[self.tabBar...
Iaea asked 20/12, 2012 at 8:26
7
I'm currently working on a Flutter app in which I'd like to display the TabBar starting on the left. If an AppBar has a leading property I'd like to indent the starting position of the TabBar to ma...
3
Solved
I am trying to change the color of selected tab in TabBar, but nothing worked. I can change the TabBar backgroundColor by writing
struct ContentView: View {
init() {
UITabBar.appearance().backg...
2
Solved
I try to create custom tabbar like the below picture:
Below is the result i get:
Below is my current code:
class CustomTabBarController: UITabBarController {
override func viewDidLoad() {
...
Anciently asked 28/11, 2019 at 14:53
5
When I am using custom tab bar through tabBar function tabBarHideOnKeyboard does not work but without tabBar function it works fine, any ideas on how I can make it work using tabBar function as wel...
Scandic asked 24/11, 2021 at 7:41
8
I am using a tab bar navigator with SafeAreaView.
If I comment out the tab bar nav the parent view covers the entire screen. However when I add a Tab bar it shows a small white view under the tab...
Wichman asked 29/7, 2019 at 2:23
3
Solved
I am trying to create TabBar which would be located in the middle of the page (Description widget must be at the top).
The problem is that I have to manually set the height of the Container widget...
7
I have a tab bar and i need to put a vertical line as a divider between tabs, how to do that?
this how i used my tabbar:
new TabBar(
unselectedLabelColor: Color.fromRGBO(119, 119, 119, 1),
label...
Joaniejoann asked 9/6, 2019 at 12:24
1
I want to use the new iOS 16 Buttom Sheet Feature to create a view like the find my:
Unfortunately the TabView gets hidden behind the Sheet:
My Code:
TabView {
Text("View 1")
.sheet(...
4
Solved
How to fix iOS 15 tab bar transparent after scrolling to the bottom:
8
10
I need to detect TabBar when I swipe then print somethings on console, how I can do that? This is my code.
bottomNavigationBar: new Material(
color: Colors.blueAccent,
child: new TabBar(
onTap:...
5
I am having issue in tabBar title for iOS13 on compiling from Xcode 11.It works perfect whle compiling from Xcode 10.Please find the screenshot for the issue and below is the code for customising t...
6
Solved
Answer:
Use self.tabBarController?.tabBar.hidden instead of hidesBottomBarWhenPushed in each view controller to manage whether the view controller should show a tab bar or not.
override func vie...
Capriole asked 16/2, 2016 at 8:13
9
Solved
How to change background color of TabBar without changing the AppBar?
The TabBar does not have a background property, is there a workaround?
Convenance asked 28/5, 2018 at 12:47
1
Solved
I would like to create this tab bar.
I try to rounded whole container, but I don't know how rounding indicator depending on the selected tab.
This tab bar i have now.
import 'package:flutter/mater...
4
i have tried to recreate this design but failed to add TabBar and TabBarView below image inside the body .
Tegular asked 5/11, 2019 at 11:24
3
Solved
I'm having a trouble trying to add a line below the TabLayout, but it has to be behind the selector line. Should be something like this:
I already tried to add a custom view, but each tab have s...
Pineapple asked 15/2, 2017 at 13:6
1
Solved
I am using the tab bar based app and on detail screen the tab bar is hidden. The issue is when the tab bar is hidden it will still occupy the white space that of tab bar and safeAreaLayoutInsets ar...
Hickok asked 28/2, 2020 at 5:49
2
Solved
I just learned flutter, I was confused how to use the TabController, I had followed what was described on the official website, but an error appeared, and I don't know how to fix it.
I just want t...
Cardiograph asked 27/3, 2019 at 15:2
3
Solved
I'm trying to create a tab bar at the center of the screen using flutter while trying it I gave TabBarView in a column and I was stuck in this error. Please resolve this.
I/flutter ( 3983): ══╡ EXC...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.