tab_navigation_bar 1.0.8 copy "tab_navigation_bar: ^1.0.8" to clipboard
tab_navigation_bar: ^1.0.8 copied to clipboard

Bottom navigation bar, it has unique indicator mode. When change current index then indicator move.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'avatar_indicator_example.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      // debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        canvasColor: const Color.fromARGB(255, 232, 232, 232),
      ),
      home: const AvatarIndicatorExample(),
    );
  }
}
16
likes
140
points
56
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Bottom navigation bar, it has unique indicator mode. When change current index then indicator move.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tab_navigation_bar