FLUTTER ECOSYSTEM

nuc134r/tab_switcher

Android용 Chrome처럼 탭 중심으로 앱을 구축하세요

tab_switcher 프로젝트 이미지
Stars
23
Forks
3
최근 푸시(UTC)
2022. 9. 18.
프로젝트 상태
활성
Sergio GitHub avatar
GITHUB User

Sergio ↗

언어DartC++CMakeHTMLCSwiftKotlinObjective-C

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • flutter{"sdk":"flutter"}
  • scroll_shadow_container^2.1.0
  • lints개발 의존성^1.0.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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

https://user-images.githubusercontent.com/13202642/168449701-0deec42d-9c54-4581-a56e-eaff855b97ea.png#gh-light-mode-only https://user-images.githubusercontent.com/13202642/168449705-5b86a383-0dbb-477e-bb3c-f409327d7274.png#gh-dark-mode-only

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