landscape_tab_view 0.0.2 copy "landscape_tab_view: ^0.0.2" to clipboard
landscape_tab_view: ^0.0.2 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.

landscape_tab_view #

A Flutter package that makes it easy to build responsive, split-view tablet UIs that adapt automatically to landscape orientation — inspired by apps like Flipkart, Zomato, and other large-scale applications.


✨ Features #

  • Automatically switches to landscape layout on tablets (width ≥ 600).
  • Provides a master-detail layout with a customizable width.
  • Built-in navigation arrows to adjust content alignment (start, center, end).
  • Minimal setup — just wrap your runApp() with LandscapeTabView.

Screenshot #

Here’s how its look

Example of landscape_tab_view

🚀 Usage #

  • Just wrap your runApp() inside LandscapeTabView

main.dart

void main() {
  runApp(
    LandscapeTabView(child: const MyApp()),
  );
}

🛠️ Getting Started #

Add this to your pubspec.yaml:

dependencies:
  landscape_tab_view: ^0.0.1
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