autoscale_tabbarview 1.0.2
autoscale_tabbarview: ^1.0.2 copied to clipboard
A simple package which extends default TabbarView to have childreb with dynamic height.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add autoscale_tabbarviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
autoscale_tabbarview: ^1.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:autoscale_tabbarview/autoscale_tabbarview.dart';