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