Relative Content

Tag Archive for androidiosflutter

Tabbar indicator not chaning in flutter

In design, Tabbar is being used and on Expand button, build Media is being passed in MaterialPageRoute, Some bool variables are being used to disable view and tab when they are not available. On expanding while changing the tab indicator not getting changed appear disable on selection, I tried creating new tabbar for expand button still the same issue.

Wrap scrollable Tabbar flutter

I want to build two tab at left hand below is the code. The problem is indicator is coming whole the width of screen. Just want to keep wrap indicator with tab.

Crop space from widget in flutter

I’m showing video in Webview and sending video ratio in url but video coming with some left and right white space, Not possible to change in video iFrame. and can’t give negative margin so i use transform to provide negative margin, It works only with first item of list and not able to give on right side.