v1.0.3floating_tabbar
使用 floating_tabbar 輕鬆在跨平台的複雜 UI 中導航。基於 Material Design 建構,具備響應式與直覺性。
floating_tabbar 對 Flutter 的套件允許您使用由 Material Design 系統打造的跨平台響應式設計。
{"sdk":"flutter"}^0.1.7^0.19.0{"sdk":"flutter"}^1.0.0以下為英文專案原文快照,最新內容請造訪 GitHub。
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 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';
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 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, a widget when wrapped with other gives a floating visual effect to your widget.
FloaterTestNautics 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, 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 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 is the custom badge which wraps around your widget to create numeric as well as DOT notifier.
NotificationBadgeTestVitrify, a widget when wrapped around other, it converts the look of the widget to glass card look.
VitrifyTestNiftile 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.