# reorderable_tabbar **Repository Path**: yao-zw/reorderable_tabbar ## Basic Information - **Project Name**: reorderable_tabbar - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reorderable_tabbar Reorderable TabBar package for Flutter ## Example Video

## Example Usage ```dart ReorderableTabBar( tabs: tabs, onReorder: (oldIndex, newIndex){}, ), ``` ## Getting Started This project is a starting point for a Dart [package](https://flutter.dev/developing-packages/), a library module containing code that can be shared easily across multiple Flutter or Dart projects. For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.