GitXplorerGitXplorer
n

tab_switcher

public
20 stars
2 forks
2 issues

Commits

List of commits on branch main.
Unverified
07d091c84ea9c756b2405d36377d42cd45e0a2a1

1.0.1

nnuc134r committed 3 years ago
Verified
5ab4b7cf56b45dd124b9bdc37d8ffe80b5625c72

Update README.md

nnuc134r committed 3 years ago
Unverified
158ef10c6e582a293b2e1338e0bb91f392b711b1

scroll_shadow_container 2.0.1 -> 2.1.0

nnuc134r committed 3 years ago
Unverified
3c24695d195a68abe7140d4cac585929c2a37826

Paddings and alignment fixes

nnuc134r committed 3 years ago
Unverified
1d053d296cdb62c6133fa5931f2c30b91d963019

documentation

nnuc134r committed 3 years ago
Verified
6eb21c4027ac1171651e42369404f72c7be96d9b

Update README.md

nnuc134r committed 3 years ago

README

The README file for this repository.

tab_switcher

pub package

Framework for building apps with fullscreen tab based UI in a way Chrome for Android is built.

Building a smartphone IDE? Developing yet another internet browser? Designing a very complex app with dozens of screens that need to be shown simultaneously?

Then you came to the right place. Wrap your screens in tabs to offer rich multitasking experience to your users!

Screenshot

Features

  • [x] Gesture support
  • Swipe header horizontally to switch between tabs
  • Swipe header down to open tab grid
  • Swipe minimized tab to close it
  • [x] Tab content is captured to image when tab is minimized, so background tabs do not waste resources on rebuilding
  • [x] Uses colors specified in MaterialApp's ThemeData. Tuned to look good out of the box
  • [x] Customizable: replace everything with custom Widget
  • [x] Comes with tab count button out of the box
  • [ ] Preserving tab state is straightforward
  • [ ] Everything is smoothly animated
  • [ ] Landscape oprientation is supported

More screenshots & GIFs

TBD

Web demo

TBD

Usage

TBD