landscape_tab_view 0.0.3
landscape_tab_view: ^0.0.3 copied to clipboard
A Flutter package to easily manage landscape views on tablets — ideal for building responsive, split-view UIs like Flipkart, Zomato, and other large-scale apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add landscape_tab_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
landscape_tab_view: ^0.0.3Alternatively, 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:landscape_tab_view/landscape_tab_view.dart';