FLUTTER ECOSYSTEM

ShubhamLolge/floating_tabbar

floating_tabbar 對 Flutter 的套件允許您使用由 Material Design 系統打造的跨平台響應式設計。

浮動標籤欄 專案封面
Stars
8
Forks
5
最近推送(UTC)
2026年2月6日
專案狀態
未封存
Shubham Lolge GitHub avatar
GITHUB User

Shubham Lolge ↗

NeuralVault TechnologiesLondon, United Kingdom.官方網站 ↗
語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 5 項
  • flutter{"sdk":"flutter"}
  • adaptive_breakpoints^0.1.7
  • intl^0.19.0
  • flutter_test開發依賴{"sdk":"flutter"}
  • flutter_lints開發依賴^1.0.0

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

Floating TabBar

The floating_tabbar package for Flutter allows you to use the responsive design for all platforms made from the Material Design System, floating_tabbar solves and eases the problem of complex navigation user interfaces by providing a responsive solution.

Getting started

Getting started In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  floating_tabbar: <latest_version>

Import the package in your library and use floating_tabbar it in your Flutter App.

import 'package:floating_tabbar/floating_tabbar.dart';
  • This is Floating TabBar widget.
  • To use this there must be minimum two items.
  • You get TabBar floating and a PageView with it.
  • And with [isFloating = false] you'll get normal TabBar PageView
  • Support for all device sizes.

Members

FloatingTabBar

floating_tabbar solves and eases the problem of complex navigation user interfaces by providing a responsive solution.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/709ab524-37ee-4a44-8f1f-ab0e9ef4956f

TopTabBar

TopTabBar allows you to create the TabBar with built in space for nesting contingency, just provide the data to children parameter as list of TabItem and you're done.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/92637e27-9ba0-408a-bd2a-46b50d61e5b8

Floater

Floater, a widget when wrapped with other gives a floating visual effect to your widget.

FloaterTest
Nautics

Nautics is the SideBar navigation widget that allows you to create sidebar with items of your choice which you provide using help of TabItem model class, use Nautics as drawer in its collapsed and expanded form, make settings UI using it, or navigation for your app, just list of TabItems and you are done.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/aca0940e-968a-4ec9-8961-0a44571a14f5

OpsShell

OpsShell, a widget that helps design responsive screens, for Small screens, child of OpsShell will look normal, like nothing has wrapped it, but this widget will show responsive similar look as small screen of your app while being creative on large screens.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/225b98ed-9c8c-4c28-964e-1abf28531086

Airoll

Airoll is a customised PopupMenuButton that accepts its children as the list on TabItem.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/eecf82b6-c760-42a8-9a9b-8439e64638d9

NotificationBadge

NotificationBadge is the custom badge which wraps around your widget to create numeric as well as DOT notifier.

NotificationBadgeTest
Vitrify

Vitrify, a widget when wrapped around other, it converts the look of the widget to glass card look.

VitrifyTest
Niftile

Niftile is a multipurpose tile that accepts the data in the form of TabItem to create a tile.

https://github.com/ShubhamLolge/floating_tabbar/assets/75387392/429454b4-320a-4884-b2ad-5134bbe47540

and much more.

Also check landing_page, a package built on top of floating_tabbar for creating landing screens and welcome interface for your flutter project.