landscape_tab_view 0.0.3 copy "landscape_tab_view: ^0.0.3" to clipboard
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_view

This 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.3

Alternatively, 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';
2
likes
150
points
14
downloads

Publisher

verified publisherdharmikjoshi.in

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on landscape_tab_view