flutter_tab_indicator 0.0.2 copy "flutter_tab_indicator: ^0.0.2" to clipboard
flutter_tab_indicator: ^0.0.2 copied to clipboard

A Flutter library to add the Common effect (line, bubble, dot ...) of tab indicator.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_tab_indicator/flutter_tab_indicator.dart';
import 'package:flutter_tab_indicator_example/home_page.dart';
import 'package:flutter_tab_indicator_example/indicator_page.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Scaffold(
        body:HomePage(),
      ),
    );
  }
}
2
likes
125
pub points
69%
popularity

Publisher

unverified uploader

A Flutter library to add the Common effect (line, bubble, dot ...) of tab indicator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_tab_indicator