• Stars
    star
    189
  • Rank 197,509 (Top 5 %)
  • Language
    Dart
  • License
    MIT License
  • Created almost 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Flutter library to add bubble tab indicator to TabBar

Bubble Tab Indicator

pub package

A Flutter library to add bubble tab indicator to TabBar.

banner

Getting Started

Add package from github by adding the following to your pubspec.yaml, pub publication is added later.

  dependencies:
    bubble_tab_indicator: "^0.1.5"

Import the library in your file:

import 'package:bubble_tab_indicator/bubble_tab_indicator.dart';

Use the BubbleTabIndicator like this:

new TabBar(
  indicatorSize: TabBarIndicatorSize.tab,
  indicator: BubbleTabIndicator(
            indicatorHeight: 25.0,
            indicatorColor: Colors.blueAccent,
            tabBarIndicatorSize: TabBarIndicatorSize.tab,
            // Other flags
            // indicatorRadius: 1,
            // insets: EdgeInsets.all(1),
            // padding: EdgeInsets.all(10)
          ),
)

More Repositories

1

Timeline-View

Android Timeline View is used to display views like Tracking of shipment/order, steppers etc.
Kotlin
3,774
star
2

TicketView

An Android library to implement TicketView in android with normal, rounded and scallop corners
Java
1,283
star
3

JetInstagram

JetInstagram is an Instagram UI clone app built with Jetpack Compose.
Kotlin
748
star
4

JetDelivery

JetDelivery is a sample food delivery app, built with Jetpack Compose
Kotlin
367
star
5

ComposeSlackDesktop

A Slack demo app for desktop using Jetpack Compose UI toolkit
Kotlin
279
star
6

Layout-to-Image

Android Layout (Relative Layout, Linear Layout etc) to Image
Java
165
star
7

Serene

Serene is a white noise app developed with Flutter. It helps you meditate, sleep better, focus, relax and be calm.
Dart
97
star
8

Multiple-Backstack-Navigation

Handling multiple backstack histories for each tab in Bottom Navigation using Navigation Component.
Kotlin
63
star
9

Toolbar-Elevation-Pre-Lollipop

Toolbar Elevation on Pre-lollipop devices
54
star
10

Artisto_capstone

This is Capstone Project of Android Developer Nanodegree program.
Java
36
star
11

Udacity-Popular-Movies

This is an android app which I made from scratch as a part of Android Developer Nanodegree program.
Java
33
star
12

LocationUpdates

A service running in background gives location updates and displays a notification.
Java
32
star
13

kachetor

Kachetor adds support for persistent HTTP caching for Ktor (Kotlin Multiplatform)
Kotlin
14
star
14

PuppyCo

Kotlin
4
star
15

Staggered-View-Native-Advanced-Ads

Native Advanced Ads implementation in Staggered RecyclerView
Java
4
star
16

Posty

A sample app that showcases the use of the latest technologies following MVVM with Clean Architecture.
Kotlin
4
star
17

Expense-Manager

Kotlin
3
star
18

BintrayHelper

2
star
19

XYZ-Reader

Java
1
star
20

Streamer

Kotlin
1
star
21

vipulasri

1
star
22

Pelm

Kotlin
1
star
23

Build-It-Bigger

Build It Bigger is a joke telling app having free & paid version and configured with google cloud endpoints.
Java
1
star
24

Inshorts-Challenge

This code was developed for Inshorts Android App Development Hiring Challenge on HackerEarth.
Java
1
star
25

Bottom-Navigation-View-Sample

Its Bottom Navigation View Sample introduced in Android Support Library v25.0.0
Java
1
star