bubble_tab_indicator 0.1.2 bubble_tab_indicator: ^0.1.2 copied to clipboard
A Flutter library to add bubble tab indicator to TabBar
import 'package:flutter/widgets.dart';
import 'application.dart';
void main() {
runApp(new CustomTabApp());
}