Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuc134r authored May 10, 2022
1 parent 1164566 commit 30f5e3c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@

[![pub package](https://img.shields.io/pub/v/tab_switcher.svg)](https://pub.dartlang.org/packages/tab_switcher)

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

## Features
* Gesture support
* Swipe header horizontally to switch between tabs
* Swipe header down to open tab grid
* Swipe minimized tab to close it
* Tab content is captured to image when tab is minimized, background tabs do not waste resources on rebuilding
* Uses colors specified in `MaterialApp`'s `ThemeData`
* Customizable: replace everything with custom `Widget`
* Comes with tab count button out of the box

## Screenshot
<img src="https://user-images.githubusercontent.com/13202642/167720635-e540360b-8f99-4f30-a47b-39493f8f7a31.png#gh-light-mode-only" width="450" align="center">
<img src="https://user-images.githubusercontent.com/13202642/167720646-c8ca5f2e-43ca-4f9e-9d55-1074360b2069.png#gh-dark-mode-only" width="450" align="center">

## Web demo

TBD

## Usage

TBD

0 comments on commit 30f5e3c

Please sign in to comment.