autoscale_tabbarview icon indicating copy to clipboard operation
autoscale_tabbarview copied to clipboard

Results 11 autoscale_tabbarview issues
Sort by recently updated
recently updated
newest added

If one of the children changes state, then the height remains the same even if it has changed. ![image](https://github.com/shubhamhackz/autoscale_tabbarview/assets/36082342/9b95852f-0d69-456b-9c43-a4ed239bbca7) ![image](https://github.com/shubhamhackz/autoscale_tabbarview/assets/36082342/c04e6583-94b6-4a26-81e3-1dd3345c5463)

Fix for non-zero initial tab index not sizing children correctly and device orientation change issue This commit fixes two issues: - When the tabController.index was initial set to something >...

then initial tab not 0 item not build

The package works as expected on the emulator and in debug mode. However, in release mode (release.apk), it exhibits unexpected behavior. Debug mode Release mode

Use SizeChangedLayoutNotifier to refactor

When the input appear error meesage , The component'height will not update.

When working multi autoscale_tabbarview does not calculate the height of the parent, I am attaching a screenshot of what the bug currently looks like, and what it should look like....

Use SizeChangedLayoutNotifier to refactor

It seems that in some cases the widget sets the child's width to double size as it transits between (mostly) last but one and last tab. This seems to be...

Fixes #3. Removes nullable ? operator.